<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.23">
<title>StandardMLImplementations</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css">
<link rel="stylesheet" href="./mlton.css">

</head>
<body class="article">
<div id="mlton-header">
<div id="mlton-header-text">
<h2>
<a href="./Home">
MLton
20241230
</a>
</h2>
</div>
</div>
<div id="header">
<h1>StandardMLImplementations</h1>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>There are a number of implementations of <a href="StandardML">Standard ML</a>,
from interpreters, to byte-code compilers, to incremental compilers,
to whole-program compilers.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="Alice">Alice ML</a></p>
</li>
<li>
<p><a href="HaMLet">HaMLet</a></p>
</li>
<li>
<p><a href="MLKit">ML Kit</a></p>
</li>
<li>
<p><a href="Home">MLton</a></p>
</li>
<li>
<p><a href="MoscowML">Moscow ML</a></p>
</li>
<li>
<p><a href="PolyML">Poly/ML</a></p>
</li>
<li>
<p><a href="SMLSharp">SML#</a></p>
</li>
<li>
<p><a href="SMLNJ">SML/NJ</a></p>
</li>
<li>
<p><a href="SMLNET">SML.NET</a></p>
</li>
<li>
<p><a href="TILT">TILT</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_not_actively_maintained">Not Actively Maintained</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="http://www.dcs.ed.ac.uk/home/edml/">Edinburgh ML</a></p>
</li>
<li>
<p><a href="MLj">MLj</a></p>
</li>
<li>
<p>MLWorks</p>
</li>
<li>
<p><a href="Poplog">Poplog</a></p>
</li>
<li>
<p><a href="http://www.cs.cornell.edu/Info/People/jgm/til.tar.Z">TIL</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="mlton-footer">
<div id="mlton-footer-text">
<div>
Last updated Thu Oct 21 15:53:06 2021 -0400 by Matthew Fluet.
<a href="https://github.com/MLton/mlton/commits/master/doc/guide/src/StandardMLImplementations.adoc">Log</a>
<a href="https://github.com/MLton/mlton/edit/master/doc/guide/src/StandardMLImplementations.adoc">Edit</a>
</div>
</div>
</body>
</html>