Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64963a9

Browse files
committed
Successor ML reorganization
Move the TeX sources to their own directory. Create a README for thewhole project.
1 parentde01b15 commit64963a9

26 files changed

+93
-100
lines changed

‎README.md‎

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
The Definition ofSuccessor ML
2-
==========
1+
Successor ML
2+
============
33

4-
These sources are derived from the 1997 version of the**Definition of Standard ML**
5-
by integrating the changes documented in the[HaMLet 1.3.1S documentation](http://www.mpi-sws.org/~rossberg/hamlet/hamlet-succ-1.3.1S5.pdf).
6-
See Appendix F in the document for a detailed list of the changes.
4+
Successor ML is an effort to*evolve* the Standard ML language while keeping true
5+
to its clean and elegant design.
76

8-
To build a PDF, perform the following steps in a terminal window:
9-
```
10-
latexmk -pdf root
11-
```
7+
A related effort is the evolution of the
8+
[**Standard ML Basis Library**](https://github.com/SMLFamily/BasisLibrary).
129

13-
The file root.pdf will be produced.
10+
== Definition
1411

15-
##Obtaining a printed copy of the Definition of Standard ML (Revised)
12+
The LaTeX sources for**The Definition of Successor ML** can be found in the
13+
`definition` directory.
1614

17-
MIT Press has graciously allowed the Defintion of Standard ML to be
18-
released in electronic form. If you would like a printed copy of the
19-
original work, please purchase one from their site:
15+
== Design proposals
2016

21-
><http://mitpress.mit.edu/books/definition-standard-ml>
17+
== Implementation efforts
2218

23-
##License
19+
At this time, there are three implementation efforts to support Successor ML.
2420

25-
This work is licensed under the[Creative Comments
26-
Attribution-NonCommercial-ShareAlike 3.0
27-
Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/) license.
21+
+ The most complete is Andreas Rossberg's[**HaMLet S**](https://www.mpi-sws.org/~rossberg/hamlet/)
22+
implementation, which implements all of the features described in the
23+
**The Definition of Successor ML** (and more).
24+
25+
+ The[**MLton**](https://mlton.org) implementation of Standard ML is implementing
26+
Successor ML features. See[http://mlton.org/SuccessorML] for details.
27+
28+
+ The[**Standard ML of New Jersey**](https://smlnj.org) implementation of Standard ML
29+
is also implementing Successor ML features
30+
(as of[Version 110.79](http://smlnj.org/dist/working/110.79/110.79-README.html)).

‎definition/README.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
The Definition of Successor ML
2+
==========
3+
4+
These sources are derived from the 1997 version of the**Definition of Standard ML**
5+
by integrating the changes documented in the[HaMLet 1.3.1/S documentation](http://www.mpi-sws.org/~rossberg/hamlet/hamlet-succ-1.3.1S5.pdf).
6+
See Appendix F in the document for a detailed list of the changes.
7+
8+
To build a PDF, perform the following steps in a terminal window:
9+
```
10+
latexmk -pdf root
11+
```
12+
13+
The file root.pdf will be produced.
14+
15+
##Obtaining a printed copy of the Definition of Standard ML (Revised)
16+
17+
MIT Press has graciously allowed the Defintion of Standard ML to be
18+
released in electronic form. If you would like a printed copy of the
19+
original work, please purchase one from their site:
20+
21+
><http://mitpress.mit.edu/books/definition-standard-ml>
22+
23+
##License
24+
25+
This work is licensed under the[Creative Comments
26+
Attribution-NonCommercial-ShareAlike 3.0
27+
Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/) license.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp