Embeddable Common-Lisp main repository.
Find a file
jjgarcia d45438dce9 Sending arguments via the lisp stack to a local function with lexical
and closure environments did not work. Example of failed code
(funcall
    (compile nil
            '(lambda (a b c)
               (labels ((%f6 (f6-1 f6-2) c))
                 (multiple-value-call #'%f6 (values a c)))))
    0 10 20)
2003-11-05 17:32:45 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src Sending arguments via the lisp stack to a local function with lexical 2003-11-05 17:32:45 +00:00
ANNOUNCEMENT Release 0.9c 2003-10-30 11:04:13 +00:00
configure Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
Copyright Change e-mail address. 2003-08-06 15:06:53 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in RedHat uses rpmbuild instead of rpm for building rpms. 2003-10-23 09:10:29 +00:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00

You can find the preprocessed documentation in ./doc in HTML format.