Programming Languages
Course Information for Fall 2009
Instructor: Dr Russ Ross
Assignment submission/grading (login required)
Textbook:
- Concepts, Techniques, and Models of Computer Programming by Peter Van Roy and Seif Haridi, ISBN: 0-262-22069-5 (required)
Resources
- CTM website
- Errata page for the book
- Mozart programming system
- Programming paradigms poster
- Language comparison (size vs. speed)
- VamOz: Visual Abstract Machine for Oz
- Online draft of the book
Mozart supplements (see “Mozart system supplements and example programs” section)
To compile File.oz, use:
ozc -c File.ozto produce File.ozf as required by the text. Put it in the directory where you launch
oz.



