UNITY (programming language): Difference between revisions

Content deleted Content added
Removed ugly merge-sort. It is not pretty at all.
Ruud Koot (talk | contribs)
m intro
Line 1:
The '''UNITY''' programming language UNITYlanguages was constructed by K. Mani Chandy and Jayadev Misra for their book ''Parallel Program Design: A Foundation''. It is a rather theoretical language, which tries to focus on ''what'', instead of ''where'', ''when'' or ''how''. The peculiar thing about the language is that it has no [[flow control]]. The [[statement]]s in the program run in a [[random]] order, until none of the statements causes change if run. A correct program converges into a ''fix-point''.
 
== Description ==