mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5a7a609e67
PR: ports/81514 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
SketchyLISP is a small, tail-recursive, lexically scoped
|
|
interpreter for a purely applicative dialect of Scheme.
|
|
It may be considered an implementation of pure LISP plus
|
|
global definitions (DEFINE) and first-class continuations
|
|
(CALL/CC).
|
|
|
|
This package contains the SketchyLISP interpreter and library,
|
|
the reference manual, and example programs.
|
|
|
|
WWW: http://www.t3x.org/sketchy/
|
|
|
|
- Nils M Holm
|
|
nmh@t3x.org
|