-
bleifreidenker committed revision 116 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-05-05 14:08:49 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 115 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-05-01 12:24:57 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 114 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-28 09:37:00 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 113 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-23 13:59:15 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 112 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-23 13:58:01 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 111 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-23 12:57:53 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 110 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-23 12:41:05 UTC in CLCB - Common Lisp Computational Biology
-
bleifreidenker committed revision 109 to the CLCB - Common Lisp Computational Biology SVN repository, changing 1 files.
2008-04-23 12:35:31 UTC in CLCB - Common Lisp Computational Biology
-
Picky implementations complain about a package lock violation when compiling lisa. The cause for this is the definition of CLASS-PARSING-ERROR in src/core/conditions.lisp: CLASS-NAME is specified as the reader for the slot by the same name, which causes a redefinition into a generic function. Renaming the reader to something else (e.g. PARSED-CLASS-NAME) resolves the issue.
2008-04-21 07:32:59 UTC in Intelligent Agents for Lisp
-
While the following code works perfectly in most implementations,
(loop for ...
finally return foo)
CLISP 2.44 is apparently less forgiving and requires parentheses around (return foo).
That syntax occures in
src/core/kb.lisp
and
libraries/b/biochem/complex/reaction-type.lisp
(sorry, exams are over, so I have time for nagging again)
2008-04-09 19:47:03 UTC in the little b modular modeling language