diff options
Diffstat (limited to 'lang/alisp/pkg-descr')
-rw-r--r-- | lang/alisp/pkg-descr | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/alisp/pkg-descr b/lang/alisp/pkg-descr index 4d558ea..8dd342a 100644 --- a/lang/alisp/pkg-descr +++ b/lang/alisp/pkg-descr @@ -1,12 +1,8 @@ -ArrowLISP is a purely symbolic, tail-recursive, dynamically scoped +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). -This package contains - -- the ArrowLISP interpreter -- IAI, the Interactive ArrowLISP interface (TTY-based IDE) -- a library containing many frequently used LISP functions -- some example programs +This package contains the ArrowLISP interpreter and library, the +reference manual, and some example programs. WWW: http://www.t3x.org/LISP/ALISP |