summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 21:46:43 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 21:46:43 +0000
commit62f1cf76577924cce867adf95c023f6cba10c0f4 (patch)
tree24147e0d969bbe1ca8992d9db39eaf2bc90ca5d8 /lang/Makefile
parentRemove trailing whitespace. (diff)
Add sketchy.
SketchyLISP is a small, tail-recursive, lexically scoped interpreter for purely symbolic dialect of LISP that smells like Scheme. It may be considered an implementation of pure LISP plus DEFINE and CALL/CC. This package contains the SketchyLISP interpreter and library, the reference manual, and example programs. WWW: http://www.t3x.org/sketchy/ PR: ports/81012 Submitted by: Nils M Holm <nmh@t3x.org>
Notes
Notes: svn path=/head/; revision=135413
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 174730472314..aa7811917e02 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -251,6 +251,7 @@
SUBDIR += see
SUBDIR += siod
SUBDIR += sisc
+ SUBDIR += sketchy
SUBDIR += slib
SUBDIR += slib-gauche
SUBDIR += slib-guile