diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-24 17:50:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-24 17:50:32 +0800 |
commit | 0b9fc1908f375465bb54860809ebd03505ec1ea3 (patch) | |
tree | d405916e1be376fc77c7ece9da6255f690ab7418 /lang/sketchy/pkg-descr | |
parent | 231119c129ab25f25bfefe1b88f9625d1a1120cf (diff) | |
download | freebsd-ports-gnome-0b9fc1908f375465bb54860809ebd03505ec1ea3.tar.gz freebsd-ports-gnome-0b9fc1908f375465bb54860809ebd03505ec1ea3.tar.zst freebsd-ports-gnome-0b9fc1908f375465bb54860809ebd03505ec1ea3.zip |
- Update to 2006-09-24
- Completed API part of manual
PR: ports/103551
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
Diffstat (limited to 'lang/sketchy/pkg-descr')
-rw-r--r-- | lang/sketchy/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr index b2e41e17a410..ee202918dcf3 100644 --- a/lang/sketchy/pkg-descr +++ b/lang/sketchy/pkg-descr @@ -1,5 +1,5 @@ -SketchyLISP is an interpreter for a purely applicative dialect -of Scheme. It may be considered an implementation of pure +SketchyLISP is an embeddable 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. |