1996-07-28 02:44:11 +00:00
|
|
|
This is Moscow ML, a version of Standard ML:
|
|
|
|
|
1998-08-02 17:38:24 +00:00
|
|
|
The current version 1.43 of Moscow ML
|
1996-07-28 02:44:11 +00:00
|
|
|
* implements the Core language of Standard ML, as revised 1996
|
|
|
|
* implements large parts of the new SML Basis Library
|
|
|
|
* implements separate compilation and a limited version of the
|
|
|
|
Standard ML Modules language, with signatures and structures
|
|
|
|
but no functors
|
|
|
|
* can produce compact stand-alone executables (a la Caml Light)
|
|
|
|
* supports quotations and antiquotations, useful for metaprogramming
|
|
|
|
* includes several new libraries and a new type `char'
|
|
|
|
|
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
|
|
|
|
|
|
|
This is a good version of the ml language if you have limited space.
|
|
|
|
If you have sufficient disk space to hold it all, the new smlnj port
|
|
|
|
is much more complete and is a better choice.
|