aboutsummaryrefslogtreecommitdiffstats
path: root/lang/slisp/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-29 20:39:06 +0800
committerijliao <ijliao@FreeBSD.org>2001-08-29 20:39:06 +0800
commitee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653 (patch)
treee82061625c70c070639f3cb88503194bab00b4cd /lang/slisp/pkg-descr
parent0f0880d22861761c036cb5f707835b729437a6d9 (diff)
downloadfreebsd-ports-gnome-ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653.tar.gz
freebsd-ports-gnome-ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653.tar.zst
freebsd-ports-gnome-ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653.zip
add slisp
A simple Lisp interpreter PR: 29643 Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'lang/slisp/pkg-descr')
-rw-r--r--lang/slisp/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/slisp/pkg-descr b/lang/slisp/pkg-descr
new file mode 100644
index 000000000000..906ce8668347
--- /dev/null
+++ b/lang/slisp/pkg-descr
@@ -0,0 +1,8 @@
+SLisp is a simple Lisp interpreter that implements most of the
+common Lisp constructs in a few hundred lines of C code. It may be
+useful for learning the basis of the Lisp language.
+
+WWW: http://www.sigala.it/sandro/software.html#slisp
+Author: Sandro Sigala <sandro@sigala.it>
+
+- Patrick Li <pat@databits.net>