Oz (programming language): Difference between revisions

Content deleted Content added
m rm double info
Language features: fixed duplicate links
Line 17:
Oz has both a simple formal semantics (see chapter 13 of the book mentioned below) and an
efficient implementation, the Mozart Programming System (see below).
Oz is a [[Concurrency (computer science)|concurrency-oriented]]-oriented language, as the term was introduced by [[Joe Armstrong]],
the main designer of the [[Erlang programming language|Erlang language]].
A concurrency-oriented language makes [[Concurrency (computer science)|concurrency]] both easy to use and efficient.
 
In addition to multi-paradigm programming,