Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / doc / guide / src / StandardMLImplementations.adoc
1 StandardMLImplementations
2 =========================
3
4 There are a number of implementations of <:StandardML:Standard ML>,
5 from interpreters, to byte-code compilers, to incremental compilers,
6 to whole-program compilers.
7
8 * <:Alice:Alice ML>
9 * <:HaMLet:HaMLet>
10 * <:MLKit:ML Kit>
11 * <:Home:MLton>
12 * <:MoscowML:Moscow ML>
13 * <:PolyML:Poly/ML>
14 * <:SMLSharp:SML#>
15 * <:SMLNJ:SML/NJ>
16 * <:SMLNET:SML.NET>
17 * <:TILT:TILT>
18
19 == Not Actively Maintained ==
20
21 * http://www.dcs.ed.ac.uk/home/edml/[Edinburgh ML]
22 * <:MLj:MLj>
23 * MLWorks
24 * <:Poplog:>
25 * http://www.cs.cornell.edu/Info/People/jgm/til.tar.Z[TIL]