Mitchell Tutorials
Mitchell is based on the Standard ML programming language. Some useful external tutorials for Standard ML are:
- Learn X in Y Minutes
- Introduction to SML
- This tutorial gives instructions for the MoscowML interpreter. You can
follow along by putting the code into a file and running
run-mitchell
instead of using themosml
interpreter. If you wish to follow along using an interpreter, the SML/NJ interpreter (sml
) also will work, but you will not have access to the Mitchell libraries from the interpreter.
- This tutorial gives instructions for the MoscowML interpreter. You can
follow along by putting the code into a file and running
- Programming in Standard ML ‘97: An On-line Tutorial
The following tutorials are specifically for Mitchell and Mitchell libraries.