Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
MPD (programming language)
Programming language

Multithreaded, Parallel, and Distributed Programming (MPD) is a concurrent programming language whose syntax is derived from the one used in the book Foundations of Multithreaded, Parallel, and Distributed Programming. The name lists the distinguishing features of the language, namely that it supports all three of these concurrent programming techniques.

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 mechanisms as does SR.

MPD programs can execute on single processors, shared-memory multiprocessors, or clusters of (homogeneous) processors. The implementation transparently supports a variety of different kinds of processors and Unix systems.

We don't have any images related to MPD (programming language) yet.
We don't have any YouTube videos related to MPD (programming language) yet.
We don't have any PDF documents related to MPD (programming language) yet.
We don't have any Books related to MPD (programming language) yet.
We don't have any archived web articles related to MPD (programming language) yet.

Sample Code

resource helloWorld() writes("Hello World\n") end