SR (programming language): Difference between revisions

Content deleted Content added
Rilak (talk | contribs)
m Order alphabetically, wikilinks
Repairing link to disambiguation page - You can help!] using [[Project:AutoWikiBrowser|AWB
Line 1:
'''SR''' (short for '''Synchronizing Resources''') is a [[programming language]] designed for [[concurrent programming]].
 
[[resource (computer science)|''Resources'']] encapsulate processes and the variables they share, and can be separately compiled. ''[[Operation]]sOperations'' provide the primary mechanism for process interaction.
 
SR provides a novel integration of the mechanisms for invoking and servicing operations. Consequently, it supports local and [[remote procedure call]], [[rendezvous]], [[message passing]], dynamic process creation, [[multicast]], [[semaphore (programming)|semaphores]] and [[shared memory]].
Line 18:
* [http://www.cs.arizona.edu/sr/ The SR Programming Language]
 
[[Category:Concurrent programming languages]]
{{FOLDOC}}
 
[[Category:Concurrent programming languages]]
 
{{compu-lang-stub}}