Jump to content

Mozart Programming System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by KamikazeBot (talk | contribs) at 03:31, 27 March 2011 (r2.6.4) (robot Adding: es:Mozart (informática)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Mozart Programming System is a multiplatform implementation of the Oz programming language developed by an international group, the Mozart Consortium, which originally consisted of Saarland University, the Swedish Institute of Computer Science, and the Université catholique de Louvain.

Mozart excels in creating distributed, concurrent applications, because it makes a network fully transparent. It supports GUI applications through Tcl/Tk integration. Because it runs applications in a virtual machine, applications can be developed once and run on many different platforms.

See also

  • Concepts, Techniques, and Models of Computer Programming – a book which uses Oz and the Mozart Programming System for its examples
  • Alice – a concurrent functional constraint programming language early versions of which ran on the Mozart/Oz virtual machine, allowing interfacing between Alice and Oz code