diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-22 23:44:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-22 23:44:24 +0800 |
commit | 0176224f58b4daec86990de167ab7d6cee184a33 (patch) | |
tree | 9d3a99d46b2d72de80e8f38abf1de3e3d8878304 /lang/sxm/pkg-descr | |
parent | 65f7ee5b06fe557fcb68cb3f37506a5eee25a3e6 (diff) | |
download | freebsd-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-descr | 14 |
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 |