Content deleted Content added
m r2.6.4) (robot Adding: ar:أم بي دي (لغة برمجة) |
change source to syntaxhighlight |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1:
'''[[Multithreaded programming|Multithreaded]], [[Parallel programming model|Parallel]], and Distributed Programming''' ('''MPD''') is a [[concurrent programming language]] whose [[Syntax (programming languages)|syntax]] is derived from the one used in the book
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])
{{compu-lang-stub}}▼
[[Category:Concurrent programming languages]]
[[Category:SR programming language family]]
▲{{compu-lang-stub}}
|