2002-05-30 10:47:57 +00:00
|
|
|
This is Moscow ML, a lightweight implementation of Standard ML:
|
1996-07-28 02:44:11 +00:00
|
|
|
|
2002-05-30 10:47:57 +00:00
|
|
|
The current version 2.00 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
|
|
|
|
the most common input/output facilities in TextIO and BinIO.
|
|
|
|
* implements separate compilation
|
1996-07-28 02:44:11 +00:00
|
|
|
* can produce compact stand-alone executables (a la Caml Light)
|
|
|
|
* supports quotations and antiquotations, useful for metaprogramming
|
2002-05-30 10:47:57 +00:00
|
|
|
* includes several new libraries
|
1996-07-28 02:44:11 +00:00
|
|
|
|
1999-05-03 06:13:27 +00:00
|
|
|
WWW: http://www.dina.kvl.dk/~sestoft/mosml.html
|
1998-08-02 17:40:51 +00:00
|
|
|
|
2002-05-30 10:47:57 +00:00
|
|
|
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.
|