2001-03-10 19:28:19 -05:00
|
|
|
CMUCL is the CMU implementation of Common Lisp.
|
1997-07-15 10:35:20 -04:00
|
|
|
|
|
|
|
First-aid documentation is in the manpages lisp(1) and cmucl(1) and
|
|
|
|
via the normal Common Lisp documentation runtime functions (describe
|
1999-09-17 21:43:05 -04:00
|
|
|
...) (documentation ...) and (apropos ...). The WWW homepage contains
|
2001-03-10 19:28:19 -05:00
|
|
|
a pointer to a real user manual.
|
1997-07-15 10:35:20 -04:00
|
|
|
|
2001-03-10 19:28:19 -05:00
|
|
|
CMUCL's strength in comparison with other Lisp systems (or most other
|
|
|
|
dynamic language implementations in general) is its highly optimizing
|
|
|
|
compiler. If you know how to write efficient Common Lisp code, you
|
|
|
|
are free of unwanted memory allocation, type checks, indirections to
|
|
|
|
objects. CMUCL helps you to write efficient Common Lisp --- it
|
|
|
|
generates very informative warning messages about code constructs that
|
|
|
|
prevent compilation to efficient code.
|
1997-07-15 10:35:20 -04:00
|
|
|
|
|
|
|
Optional packages for graphical user interfaces and other Common Lisp
|
2001-06-24 16:29:39 -04:00
|
|
|
applications and libraries (Eg. the "Hemlock" Editor) are on
|
1999-09-17 21:43:05 -04:00
|
|
|
ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ (FreeBSD-Binaries)
|
|
|
|
and ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ (source).
|
1997-07-15 10:35:20 -04:00
|
|
|
|
1999-05-03 02:13:27 -04:00
|
|
|
WWW: http://www.cons.org/cmucl/
|
1999-09-17 21:43:05 -04:00
|
|
|
|
|
|
|
- Martin Cracauer <cracauer@cons.org>
|