Concurrent computing: Difference between revisions

Content deleted Content added
Dylwi (talk | contribs)
m added ooRexx to language list
Line 166:
* [[occam (programming language)|occam]]—influenced heavily by [[communicating sequential processes]] (CSP)
** [[occam-π]]—a modern variant of [[occam (programming language)|occam]], which incorporates ideas from Milner's [[π-calculus]]
* [[Object REXX|ooRexx]]—object-based, message exchange for communication and synchronization
* [[Orc (programming language)|Orc]]—heavily concurrent, nondeterministic, based on [[Kleene algebra]]
* [[Oz (programming language)|Oz-Mozart]]—multiparadigm, supports shared-state and message-passing concurrency, and futures