summaryrefslogtreecommitdiff
path: root/lang/clisp/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:20:13 +0000
commita437fd43cc3ece125446142af9ed27ef8c1e6621 (patch)
tree0862d71c7e976f8aa56175851882e33495f691e4 /lang/clisp/DESCR
parentd16ce86994df76c0a92af71f19eef6cc2507fe39 (diff)
downloadpkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/clisp/DESCR')
-rw-r--r--lang/clisp/DESCR20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/clisp/DESCR b/lang/clisp/DESCR
new file mode 100644
index 00000000000..20b3a333ecf
--- /dev/null
+++ b/lang/clisp/DESCR
@@ -0,0 +1,20 @@
+ Common Lisp CLISP
+
+Common Lisp is
+ * a convential programming language and an AI language
+ * interactive
+ * a Lisp for professional use
+
+Common Lisp CLISP
+ * needs only 2 MB of memory
+ * implements 99% of the CLtL1 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
+ * 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