Embeddable Common-Lisp main repository.
Find a file
jjgarcia 6c7dfc0477 LOAD accepts now a stream as input parameter. However, in this case it only
tolerates lisp source files, not compiled files or libraries. For example,
(LOAD (OPEN "foo.lsp")) is equivalent to (LOAD "foo.lsp").
2002-08-27 16:31:42 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src LOAD accepts now a stream as input parameter. However, in this case it only 2002-08-27 16:31:42 +00:00
ANNOUNCEMENT Prior to 0.5 release announcement. 2001-11-17 16:59:53 +00:00
configure Initial revision 2001-06-26 17:14:44 +00:00
Copyright The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Do not impose "make" as the default make program, because in BSD we must use GNU make. 2002-05-10 07:33:18 +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.