diff options
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 |