summaryrefslogtreecommitdiff
path: root/lang/alisp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/alisp/pkg-descr')
-rw-r--r--lang/alisp/pkg-descr11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr
index aa1f9073fa1f..5411d7379c11 100644
--- a/lang/alisp/pkg-descr
+++ b/lang/alisp/pkg-descr
@@ -1,8 +1,9 @@
-ArrowLISP is a purely symbolic, tail-recursive, lexically scoped
-and (mostly) side-effect-free implementation of LISP. It may be
-considered an implementation of pure LISP (plus DEFINE and DEFUN).
+ArrowLISP is a small, tail-recursive, lexically scoped
+interpreter for purely symbolic LISP with first-class
+continuations. It may be considered an implementation of
+pure LISP.
-This package contains the ArrowLISP interpreter and library, the
-reference manual, and example programs.
+This package contains the ArrowLISP interpreter and library,
+the reference manual, and example programs.
WWW: http://www.t3x.org/scipl/