Content deleted Content added
No edit summary |
change source to syntaxhighlight |
||
(23 intermediate revisions by 22 users not shown) | |||
Line 1:
'''[[Multithreaded programming|Multithreaded]], [[Parallel programming model|Parallel]], and Distributed Programming''' ('''MPD''') is a [[concurrent
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==
<syntaxhighlight lang ="text">
resource helloWorld()
writes("Hello World\n")
end
</syntaxhighlight>
==External links==
* [http://www.cs.arizona.edu/mpd/
[[Category:Concurrent programming languages]]
[[Category:SR
{{compu-lang-stub}}
|