diff options
author | cracauer <cracauer@FreeBSD.org> | 1997-07-15 22:35:20 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1997-07-15 22:35:20 +0800 |
commit | c9f686c17dfbd8f9fdda127bb537100972d938ae (patch) | |
tree | 6062f86a738efbe86e66c30cf674f1abdf051c1c /lang/cmucl/pkg-descr | |
parent | 0ff48101bd1fef4ecf977a46b5a8b4d6e891b6ea (diff) | |
download | freebsd-ports-gnome-c9f686c17dfbd8f9fdda127bb537100972d938ae.tar.gz freebsd-ports-gnome-c9f686c17dfbd8f9fdda127bb537100972d938ae.tar.zst freebsd-ports-gnome-c9f686c17dfbd8f9fdda127bb537100972d938ae.zip |
The CMU implementation of Common Lisp, prerelease 18a
Diffstat (limited to 'lang/cmucl/pkg-descr')
-rw-r--r-- | lang/cmucl/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr new file mode 100644 index 000000000000..f94584b65687 --- /dev/null +++ b/lang/cmucl/pkg-descr @@ -0,0 +1,24 @@ +CMUCL is the CMU implementation of Common Lisp. This is a 18a +prerelease, probably the most stable version to get for FreeBSD. For +further information see http://www.cons.org/cmucl/ + +First-aid documentation is in the manpages lisp(1) and cmucl(1) and +via the normal Common Lisp documentation runtime functions (describe +...) (documentation ...) and (apropos ...). There is a real user +manual that is currently adopted to 18a. See the homepage for +pointers, we have GNU info, postscript and initial HTML files. + +CMUCL's strength in comparision with other Lisp systems (or dynamic +languages 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. And CMUCL +helps you to write efficient Common Lisp, it generates very +informative warning messages about code constructs that prevent +compilation to efficient code. + +Optional packages for graphical user interfaces and other Common Lisp +applications and librarues are are on +ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ (FreeBSD-Binaries) and +ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ *source) + +Martin Cracauer <cracauer@cons.org> |