1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/sketchy/pkg-descr
Pav Lucistnik 5a7a609e67 - Update to 20050526
PR:		ports/81514
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2005-05-26 20:00:59 +00:00

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