freebsd-ports/lang/alisp/pkg-descr
Mark Linimon 34b40b10ef Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.

PR:		ports/62630
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2004-02-13 04:57:13 +00:00

13 lines
428 B
Plaintext

ArrowLISP is a purely symbolic, tail-recursive, dynamically 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
WWW: http://www.t3x.org/LISP/ALISP