diff options
author | vs <vs@FreeBSD.org> | 2005-09-14 18:12:40 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-14 18:12:40 +0800 |
commit | d8c17d29b30036a9e38f5a470efd20769c325967 (patch) | |
tree | 3100c72a5f2abcd248a296fa6720ef1ec94a136e /lang/sketchy/pkg-descr | |
parent | a2cfb466ffc2ceb7f674e86b322d3857db9fb2fc (diff) | |
download | freebsd-ports-gnome-d8c17d29b30036a9e38f5a470efd20769c325967.tar.gz freebsd-ports-gnome-d8c17d29b30036a9e38f5a470efd20769c325967.tar.zst freebsd-ports-gnome-d8c17d29b30036a9e38f5a470efd20769c325967.zip |
Update to version 2005-08-07
PR: ports/84813
Submitted by: maintainer
Diffstat (limited to 'lang/sketchy/pkg-descr')
-rw-r--r-- | lang/sketchy/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr index 8afbce5df1e4..a8e7066778f5 100644 --- a/lang/sketchy/pkg-descr +++ b/lang/sketchy/pkg-descr @@ -1,7 +1,6 @@ -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 +SketchyLISP is an 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, |