<!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>SMLNJ</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>SMLNJ</h1>
</div>
<div id="content">
<div class="paragraph">
<p><a href="http://www.smlnj.org/">SML/NJ</a> is a
<a href="StandardMLImplementations">Standard ML implementation</a>.  It is a
native code compiler that runs on a variety of platforms and has a
number of libraries and tools.</p>
</div>
<div class="paragraph">
<p>We maintain a list of SML/NJ&#8217;s <a href="SMLNJDeviations">deviations</a> from
<a href="DefinitionOfStandardML">The Definition of Standard ML</a>.</p>
</div>
<div class="paragraph">
<p>MLton has support for some features of SML/NJ in order to ease porting
between MLton and SML/NJ.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="CompilationManager">CompilationManager</a> (CM)</p>
</li>
<li>
<p><a href="LineDirective">LineDirective</a>s</p>
</li>
<li>
<p><a href="SMLofNJStructure">SMLofNJStructure</a></p>
</li>
<li>
<p><a href="UnsafeStructure">UnsafeStructure</a></p>
</li>
</ul>
</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/SMLNJ.adoc">Log</a>
<a href="https://github.com/MLton/mlton/edit/master/doc/guide/src/SMLNJ.adoc">Edit</a>
</div>
</div>
</body>
</html>