diff options
author | cracauer <cracauer@FreeBSD.org> | 2001-03-11 00:28:19 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 2001-03-11 00:28:19 +0000 |
commit | c18f7c5c2ba186040d00cc9cada03af4e0eac7ec (patch) | |
tree | 1ce8b6b6402113a464f5096740a1db4a0cd82eec /lang/cmucl | |
parent | 29930ca5863137b2e97062fe226acf4f51b6f57c (diff) | |
download | FreeBSD-ports-c18f7c5c2ba186040d00cc9cada03af4e0eac7ec.zip FreeBSD-ports-c18f7c5c2ba186040d00cc9cada03af4e0eac7ec.tar.gz |
make the description fit the current release
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/pkg-descr | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr index 75c0bed..05e8ffb 100644 --- a/lang/cmucl/pkg-descr +++ b/lang/cmucl/pkg-descr @@ -1,18 +1,17 @@ -CMUCL is the CMU implementation of Common Lisp. This is the 18a -prerelease, probably the most stable version to get for FreeBSD. +CMUCL is the CMU implementation of Common Lisp. 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 ...). The WWW homepage contains -a pointer to a real user manual adopted for 18a. +a pointer to a real user manual. -CMUCL's strength in comparison 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. CMUCL -helps you to write efficient Common Lisp --- it generates very -informative warning messages about code constructs that prevent -compilation to efficient code. +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. Optional packages for graphical user interfaces and other Common Lisp applications and libraries (Eg. the "Hemlock" Editor) are are on |