CS 15-212: Fundamental Structures of Computer Science II |
MLWorks is an implementation of Standard ML compliant with The Definition of Standard ML - Revised. It also provides an X interface, tools for browsing and debugging, and an implementation of the ML Standard Library.
CMU has an MLWorks licsense only for the Sparc-5 and UltraSparc workstations.
/afs/andrew.cmu.edu/scs/cs/15-212-ML/bin/mlworks &
telnet sun4.andrew.cmu.edu
xhost + unixn.andrew.cmu.edu
, where
unixn
is the server you were connected to./afs/andrew.cmu.edu/scs/cs/15-212-ML/bin/mlworks &
/afs/andrew.cmu.edu/scs/cs/15-212-ML/bin/mlworks -tty &
If you have problems, please contact Doug Fearing.
Standard ML of New Jersey provides a free alternative implementation with only minor deviations from the revised definition and the standard library. However, it does not provide an X interface, browser, or other tools available with MLWorks.
/usr/contributed/bin/sml
/usr/local/bin/sml
for this and
other platforms during the semester
/afs/andrew/scs/cs/15-212-ML/bin/smlnj
.emacs
file:(load-file "/afs/andrew/scs/cs/15-212-ML/lib/emacs/init.el")
If you have problems, please contact Adam Megacz.