aboutsummaryrefslogtreecommitdiff
path: root/lang/moscow_ml/pkg-descr
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2005-02-26 06:41:44 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2005-02-26 06:41:44 +0000
commit3fc071f0757bd84be8700d59a8186cbbdb2baa8e (patch)
tree11aa0889ce19a461282578745e75f10221d7dc16 /lang/moscow_ml/pkg-descr
parentc0dbef558aebcbe4f6d20df5a71377e4e0e0d0b3 (diff)
Notes
Diffstat (limited to 'lang/moscow_ml/pkg-descr')
-rw-r--r--lang/moscow_ml/pkg-descr12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/moscow_ml/pkg-descr b/lang/moscow_ml/pkg-descr
index 4df352bbbdbf..bcc50870325d 100644
--- a/lang/moscow_ml/pkg-descr
+++ b/lang/moscow_ml/pkg-descr
@@ -1,17 +1,15 @@
This is Moscow ML, a lightweight implementation of Standard ML:
-The current version 2.00 of Moscow ML
- * Implements Standard ML, as revised 1997 (value polymorphism,
+The current version (v2.01) of Moscow ML
+ * implements Standard ML, as revised 1997 (value polymorphism,
default overloading resolution, new types)
- * Implements most of the new Standard ML Basis Library, including
+ * implements most of the new Standard ML Basis Library, including
the most common input/output facilities in TextIO and BinIO.
* implements separate compilation
* can produce compact stand-alone executables (a la Caml Light)
* supports quotations and antiquotations, useful for metaprogramming
* includes several new libraries
+ * includes several new libraries (sockets, regex, unix)
+ * offers an easy-to-use foreign-function interface
WWW: http://www.dina.kvl.dk/~sestoft/mosml.html
-
-This is a good version of the SML language if you have limited space.
-If you have sufficient disk space to hold it all, the sml-nj port
-- which generates native code - might be for you.