-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (190 loc) · 7.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Root page for SML/NJ Web site -->
<!-- Copyright (c) 2018 The Fellowship of SML/NJ -->
<!--
kw programming language compiler functional symbolic
category project
contact [email protected]
desc a compiler and programming system for a modern functional language
-->
<link rel="icon" href="icon.bmp" type="image/bmp">
<link rel="SHORTCUT ICON" href="icon.ico">
<title>Standard ML of New Jersey</title>
<meta name="description" content="The Standard ML of New Jersey
compiler and programming system">
<meta name="keywords"
content="ML, SML, SML/NJ, Standard ML, functional programming">
</head>
<body bgcolor="#ffffff">
<blockquote>
<table width="100%">
<tbody>
<tr>
<td align="left">
<img align="middle" alt="SML/NJ" src="Lindig2.jpeg">
</td>
<td align="center">
<span style="font-weight: bold; font-size: xx-large;">
Standard ML of New Jersey
</span>
</td>
<td align="right">
</td>
</tr>
</tbody>
</table>
<hr>
<p><a href="smlnj.html"><strong>Standard ML of New Jersey</strong></a>
(abbreviated <strong>SML/NJ</strong>) is
a compiler for the
<a href="sml97.html"><strong>Standard ML '97</strong></a>
programming language with associated libraries,
tools, and documentation.
SML/NJ is <a href="license.html">free, open source</a> software.
</p>
<a href="dist/working/index.html">
<h3>Downloads</h3>
</a>
The current release is <a href="dist/working/110.85/index.html">110.85</a>.
Previous versions are also available through our
<a href="dist/working/index.html">release history</a> page.
A history of the changes to the system is also
<a href="dist/working/110.85/HISTORY.html">available</a>.
<a href="svn.html">
<h3>Subversion access</h3>
</a>
Our master source repository is kept on a <a
href="https://www.fusionforge.org">FusionForge</a> server (a successor
to GForge) under <a href="https://subversion.apache.org/">Subversion</a> control.
We provide anonymous read-only access to the repository, so anyone can
download a snapshot of the most recent sources at any time.
<a href="svn.html">Instructions are here.</a>
<a href="new.html">
<h3>What's New</h3>
</a>
<ul>
<li>[12/21/18] Version <a href="dist/working/110.85/index.html">110.85</a> is
released.
See the <a href="dist/working/110.85/110.85-README.html">README</a>
for details.
<li>[09/03/18] Version <a href="dist/working/110.84/index.html">110.84</a> is
released.
See the <a href="dist/working/110.84/110.84-README.html">README</a>
for details.
</li>
<li>[06/01/18] Version <a href="dist/working/110.83/index.html">110.83</a> is
released.
See the <a href="dist/working/110.83/110.83-README.html">README</a>
for details.
</li>
<li>[10/26/17] The Microsoft Windows MSI installer for 110.82 is now available. </li>
<li>[10/16/17] Version <a href="dist/working/110.82/index.html">110.82</a> is
released.
See the <a href="dist/working/110.82/110.82-README.html">README</a>
for details.</br>
<b>Note:</b> We are currently working on getting our distribution scripts
to work properly on
Windows 10, so we do not have a Windows MSI file for 110.82 at this time.
</li>
<li>[05/01/17] Version <a href="dist/working/110.81/index.html">110.81</a> is
released.
See the <a href="dist/working/110.81/110.81-README.html">README</a>
for details.
</li>
<li><a href="old-news.html">Older news</a></li>
</ul>
<a href="software.html">
<h3>Downloading SML/NJ</h3>
</a>
<ul>
<li>
Information on <a href="software.html">downloading and installing</a>
the <strong>SML/NJ</strong> system and related software.
</li>
<li>
A signed installer for macOS is available
(<a href="dist/working/110.85/smlnj-x86-110.85.pkg">smlnj-x86-110.85.pkg</a>).
</li>
<li>
A Windows <strong>msi installer</strong> for Windows 7+
is available (<a href="dist/working/110.85/smlnj-110.85.msi">smlnj-110.85.msi</a>).
</li>
</ul>
<h3>Background</h3>
<ul>
<li> <a href="sml.html">What is <b>SML</b>?</a></li>
<li> <a href="sml97.html">What is <b>SML '97</b>?</a></li>
<li> <a href="smlnj.html">What is <b>SML/NJ</b>?</a></li>
</ul>
<h3>Documentation and Literature</h3>
<ul>
<li><a href="doc/literature.html#books">Books</a></li>
<li><a href="doc/literature.html#tutorials">Tutorials</a></li>
<li><a href="doc/index.html">SML/NJ User's Guide</a></li>
<li><a href="http://sml-family.org/Basis/index.html">SML'97 Basis Library</a></li>
<li><a href="doc/FAQ/index.html">SML/NJ FAQ
(Frequently Asked Questions)</a></li>
<li><a href="doc/Conversion/index.html">SML'97 Conversion Guide</a></li>
<li><a href="doc/Conversion/top-level-comparison.html">Top Level Environment
Comparison</a></li>
<li><a href="doc/features.html">Special features of SML/NJ</a></li>
<li><a href="doc/CM/index.html">Compilation Manager (CM)</a></li>
<li><a href="doc/ml-lpt/manual.pdf">ML Language Processing Tools (ml-ulex and ml-antl)</a></li>
<li><a href="doc/ML-Lex/manual.html">ML-Lex</a></li>
<li><a href="doc/ML-Yacc/index.html">ML-Yacc</a></li>
<li><a href="http://cml.cs.uchicago.edu/">Concurrent ML</a></li>
<li><a href="http://www.cis.ksu.edu/~stough/eXene/index.html">eXene</a></li>
<li><a href="doc/SMLNJ-C/index.html">SML/NJ-C foreign function
interface</a></li>
<!-- broken link
<li><a href="https://www.cs.nyu.edu/leunga/www/MLRISC/Doc/html/index.html">
MLRISC</a></li>
-->
<li><a href="compiler-notes/index.html">Compiler notes</a></li>
</ul>
<h3>Reporting Bugs</h3>
<ul>
<li>Bugs can be reported online using our
<a href="https://smlnj-gforge.cs.uchicago.edu/bugform.php">PHP bug form</a>.</li>
<li>You can also submit bug reports by email to
<img src="smlnj-list-logo.png" align=center> using the
<a href="bugs/bug-report-form">bug report form</a>.</li>
<li>A legacy record of known bugs and the bug history</a> for
SML/NJ are available via the <a href="bugs/index.html">bugs web page</a>.</li>
<li>Recent submissions should appear in the <a href="https://smlnj-gforge.cs.uchicago.edu/tracker/?atid=215&group_id=33">GForge tracker</a> .</li>
</ul>
<a href="links.html">
<h3>Links</h3>
</a>
<ul>
<li>Pointers to programming resources (libraries, tools, example code),
projects using <b>SML/NJ</b>, other <b>SML</b> implementations, related
compiler research work, and miscellaneous <b>SML</b> links.
The programming resources links will soon move to a separate
page of their own.</li>
</ul>
<a href="people.html">
<h3>People</h3>
</a>
<ul>
<li>Picture of current cast of people involved in the project.</li>
</ul>
<hr>
<p>
This project is based upon work supported in part by the National
Science Foundation under Grant No. CNS-0454136.
</p>
<p>
Any opinions, findings and conclusions or recommendations expressed in
this material are those of the author(s) and do not necessarily
reflect the views of the National Science Foundation (NSF).
</p>
<hr />
Send comments to <img src="smlnj-list-logo.png" alt="smlnj-dev-list" style="vertical-align: middle;"><br />
<span style="font-size: small">Copyright © 2004-2018, SML/NJ Fellowship.</span><br />
</body>
</html>