Content deleted Content added
change source to syntaxhighlight |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1:
'''[[Multithreaded programming|Multithreaded]], [[Parallel programming model|Parallel]], and Distributed
MPD is implemented as a variant of the [[SR programming language]]. It has a different [[parser]], but it uses the same intermediate form and run-time system as SR. Consequently, MPD provides the same variety of [[Concurrent (programming)|concurrent programming]] mechanisms as does SR.
MPD programs can execute on single [[computer processor|processors]], [[shared-memory]]
==Sample Code==
▲<source lang ="text">
resource helloWorld()
writes("Hello World\n")
end
</syntaxhighlight>
==External links==
* [http://www.cs.arizona.edu/mpd/ MPD page at University of Arizona] ([https://web.archive.org/web/20190213162845/https://www.cs.arizona.edu/mpd copy in archive.org])
[[Category:Concurrent programming languages]]
|