CS 360 Resources on Programming Languages
Scheme: http://groups.csail.mit.edu/mac/projects/scheme/
& http://www.gnu.org/software/mit-scheme/
Scheme reference: http://people.csail.mit.edu/jaffer/r5rs_toc.html
Scheme lookup: http://people.csail.mit.edu/jaffer/r5rs_14.html#SEC86
ML:
http://www.smlnj.org/
ML tutorial: http://homepages.inf.ed.ac.uk/stg/NOTES/
Haskell:
http://www.haskell.org/haskellwiki/Haskell
Haskell tutorial: http://www.haskell.org/tutorial/
Prolog: http://www.gprolog.org/
Prolog tutorial:
https://www.csupomona.edu/~jrfisher/www/prolog_tutorial/contents.html
Python: http://www.python.org/
Python tutorial: http://docs.python.org/3/tutorial/index.html
Python language reference (describes the exact syntax and semantics of
Python): http://docs.python.org/3/reference/index.html
Python standard library (describes the library distributed with Python):
http://docs.python.org/3/library/index.html