Previous Up Next
2 Software

We use the Mozart programming system and its Oz language as the main tool for this course. Note, that this is not a course on Oz. As a general purpose programming language, Oz is useful for many programming tasks, but in this course it serves merely as a tool for learning about programming language concepts.

Mozart is installed on sun.cs.tamu.edu, or alternatively you can download installation packages for almost any platforms, and install a copy on your own computer. The IDE for Mozart is Emacs, so you must have that installed in your system too.


Previous Up Next