Hello, World Program - http://www2.latech.edu/~acm/helloworld/ml.html
In ML, SML. |
mGTK - http://mgtk.sourceforge.net/
Glue code to make GTK+ accessible from SML. This allows SML programmers to add graphical user interfaces to their programs. |
Programming in Standard ML - http://www.cs.cmu.edu/People/rwh/introsml/
Notes intended as brief introduction to Standard ML (1997 dialect) for experienced programmers. |
Programming in Standard ML 97 - http://www.dcs.ed.ac.uk/home/stg/NOTES/
An on-line tutorial by Stephen Gilmore. |
sml_tk - http://www.informatik.uni-bremen.de/~cxl/sml_tk/
Standard ML package giving a portable, typed, abstract interface to the user interface description and command language Tcl/Tk. Allows making graphical user interfaces in structured and reusable ways, supported by SML's powerful module system. |