aboutsummaryrefslogtreecommitdiff
path: root/lang/sketchy/pkg-descr
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-18 13:59:40 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-18 13:59:40 +0000
commit47689f93f1226dba8b55fbb4c36c9e5e11c73eff (patch)
treee5292a62fa30226a8ae5d1b9357d2f9754ee609c /lang/sketchy/pkg-descr
parentd4490bc6868949e28215369cbf0f24bd62bb17ba (diff)
Notes
Diffstat (limited to 'lang/sketchy/pkg-descr')
-rw-r--r--lang/sketchy/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr
index a8e7066778f5..5cfb014b0e19 100644
--- a/lang/sketchy/pkg-descr
+++ b/lang/sketchy/pkg-descr
@@ -1,10 +1,10 @@
-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).
+Sketchy is an interpreter for a purely applicative dialect of
+Scheme. It may be considered an implementation of pure LISP
+plus global definitions (DEFINE), first-class continuations
+(CALL/CC) and input/output functions (READ, WRITE, etc).
-This package contains the SketchyLISP interpreter and library,
-the reference manual, and example programs.
+This package contains the Sketchy interpreter and library, the
+manual, and example programs.
WWW: http://www.t3x.org/sketchy/