MPD (programming language): Difference between revisions

Content deleted Content added
Added a link to a pretty good description and explanation of the language
added sample helloworld program
Line 4:
 
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.
 
==Sample Code==
 
<source lang ="text">
resource helloWorld()
writes("Hello World\n")
end
</source>
 
==External links==