  |
Comp.Lang.ML FAQ: Monthly Posting - http://www.faqs.org/faqs/meta-lang-faq/
|
  |
A Gentle Introduction to ML - http://www.dcs.napier.ac.uk/course-notes/sml/manual.html
Standard ML language tutorial. |
  |
Standard ML vs. Objective Caml - http://www.ps.uni-sb.de/~rossberg/SMLvsOcaml.html
A quick comparison of program fragments in the two ML dialects. |
  |
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. |
  |
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. |