aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sketchy/pkg-descr
diff options
context:
space:
mode:
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 5cfb014b0e19..1736bb4fff9c 100644
--- a/lang/sketchy/pkg-descr
+++ b/lang/sketchy/pkg-descr
@@ -1,10 +1,10 @@
-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).
+Sketchy is an interpreter for a purely applicative dialect
+of Scheme. It may be considered an implementation of pure
+LISP plus global definitions, first-class continuations and
+input/output functions.
-This package contains the Sketchy interpreter and library, the
-manual, and example programs.
+This package contains the Sketchy interpreter and library,
+the manual, and example programs.
WWW: http://www.t3x.org/sketchy/