aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sxm/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-01-22 23:44:24 +0800
committerijliao <ijliao@FreeBSD.org>2001-01-22 23:44:24 +0800
commit0176224f58b4daec86990de167ab7d6cee184a33 (patch)
tree9d3a99d46b2d72de80e8f38abf1de3e3d8878304 /lang/sxm/pkg-descr
parent65f7ee5b06fe557fcb68cb3f37506a5eee25a3e6 (diff)
downloadfreebsd-ports-gnome-0176224f58b4daec86990de167ab7d6cee184a33.tar.gz
freebsd-ports-gnome-0176224f58b4daec86990de167ab7d6cee184a33.tar.zst
freebsd-ports-gnome-0176224f58b4daec86990de167ab7d6cee184a33.zip
add sxm, another implementation of scheme
Diffstat (limited to 'lang/sxm/pkg-descr')
-rw-r--r--lang/sxm/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/sxm/pkg-descr b/lang/sxm/pkg-descr
new file mode 100644
index 000000000000..a3d661264bea
--- /dev/null
+++ b/lang/sxm/pkg-descr
@@ -0,0 +1,14 @@
+SXM (a.k.a. CXEMA) is a portable implementation of the Scheme
+Programming language. It conforms to IEEE/ANSI standard of Scheme
+and supports all features of the R5RS Report on Scheme. In addition,
+SXM supports numerous features of Chez Scheme v6.0 and SRFIs 0, 6, 8,
+11, and 16. SXM is derived from David Michael Betz's XScheme. Due to
+the loss of compatibility with the original (object system has been
+dropped) and significant amount of modifications and additions (SXM
+is 4 times bigger), I decided to treat it as a separate project with
+its own name.
+
+WWW: http://www.malgil.com/sxm/
+
+-- Ying-Chieh Liao
+ ijliao@FreeBSD.org