mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
90117cbf42
ArrowLISP is a small, properly tail-recursive, dynamically scoped interpreter for a purely symbolic and almost side-effect-free dialect of LISP. It may be considered an implementation of pure LISP. The interpreter has both a command line interface and an editor-like full screen interface. PR: ports/55501 Submitted by: Nils M Holm <nmh@t3x.org>
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
ArrowLISP is a purely symbolic, properly 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
|