blob: 4d558ea798b213af6f06ad5e70f72721e7906798 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|