diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-22 15:44:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-22 15:44:24 +0000 |
commit | 0ae3e3a34205824b718a048a154089ba7063765c (patch) | |
tree | 7f5402fb949b5874e463bae2522c604045bf5abe /lang/sxm/pkg-descr | |
parent | c63971334c1790681d7940fc24ed5744f865dae8 (diff) |
add sxm, another implementation of scheme
Notes
Notes:
svn path=/head/; revision=37447
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 |