Occam (programming language): Difference between revisions

Content deleted Content added
add #2
typo
Line 1:
'''Occam''' (from [[William of Ockham]] of [[Occam's Razor]] fame) is a [[Parallel computing|parallel]] [[programming language]] that builds on [[Communicating Sequential Processes]] (CSP) and shares many of their features. It is, in a way, a practical executable implementation of CSP.
 
Occam is an [[imperative (programming)|imperative]] [[procedural (programming)|procedural]] language (such as [[Pascal (programming language)|Pascal]]). Occam was evelopeddeveloped by [[Inmos]] for their line of [[Transputer]]s, but implementations for other platforms exist as well.
 
==Overview==