summaryrefslogtreecommitdiff
path: root/lang/clisp/DESCR
diff options
context:
space:
mode:
authorperry <perry@pkgsrc.org>2004-03-29 02:46:18 +0000
committerperry <perry@pkgsrc.org>2004-03-29 02:46:18 +0000
commit646fef2c04b7012b9e3db9a30a17c8d3bb585a05 (patch)
tree711821c0634c8d13f5ad60dcf11a1aae4b59fb76 /lang/clisp/DESCR
parente705a2614ab3c88db164e7b25fd4bf8b0a9b21fb (diff)
downloadpkgsrc-646fef2c04b7012b9e3db9a30a17c8d3bb585a05.tar.gz
Update to 2.33
Diffstat (limited to 'lang/clisp/DESCR')
-rw-r--r--lang/clisp/DESCR13
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/clisp/DESCR b/lang/clisp/DESCR
index 20b3a333ecf..3435bf9e256 100644
--- a/lang/clisp/DESCR
+++ b/lang/clisp/DESCR
@@ -7,14 +7,23 @@ Common Lisp is
Common Lisp CLISP
* needs only 2 MB of memory
- * implements 99% of the CLtL1 standard, as well as some extensions
+ * mostly implements the ANSI Common Lisp standard, as well as some
+ extensions
* can call your preferred editor
* is freely distributable
Common Lisp CLISP provides
* an interpreter
* a compiler which makes execution of programs 5 times faster
+ * a debugger
* all data types with unlimited size (the size need never be declared,
the size of lists and arrays may be changed dynamically)
* integers of arbitrary length, unlimited floating point number precision
- * 594 library functions, 542 of them written in C
+ * An X11 interface is available through CLX, Garnet, CLUE/CLIO.
+ * CLOS, a foreign language interface, sockets, i18n, and more.
+
+CLISP runs Maxima, ACL2 and many other Common Lisp packages.
+
+It is Free Software and may be distributed under the terms of GNU GPL,
+while it is possible to distribute commercial applications compiled
+with CLISP.