mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
629db82356
Update to version 2.10.1, now hosted on Github See changelog on the new project website http://mosml.org/
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
This is Moscow ML, a lightweight implementation of Standard ML:
|
|
|
|
The current version of Moscow ML
|
|
* implements the full Standard ML language, as revised 1997,
|
|
including Modules and some extensions
|
|
* yet is backwards compatible with versions prior to 2.00
|
|
* implements large parts of the new SML Basis Library
|
|
* implements separate compilation
|
|
* can produce compact stand-alone executables (a la Caml Light)
|
|
* supports quotations and antiquotations, useful for metaprogramming
|
|
* supports dynamic linking of external functions
|
|
|
|
WWW: http://mosml.org/
|