UNITY (programming language): Difference between revisions

Content deleted Content added
m links
m corrected typo languages --> language
Line 1:
The '''UNITY''' programming languageslanguage 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 ==