Sciweavers

FORTE
2009

The Orc Programming Language

13 years 2 months ago
The Orc Programming Language
Orc was originally presented as a process calculus. It has now evolved into a full programming language, which we describe in this paper. The language has the structure and feel of a functional programming language, yet it handles many non-functional aspects effectively, including spawning of concurrent threads, time-outs and mutable state. We first describe the original concurrency combinators of the process calculus. Next we describe a small functional programming language that forms the core language. Then we show how the concurrency combinators of the process calculus and the functional core language are integrated seamlessly. The resulting language and its supporting libraries have proven very effective in describing typical concurrent computations; we demonstrate how several practical concurrent programming problems are easily solved in Orc.
David Kitchin, Adrian Quark, William R. Cook, Jaya
Added 17 Feb 2011
Updated 17 Feb 2011
Type Journal
Year 2009
Where FORTE
Authors David Kitchin, Adrian Quark, William R. Cook, Jayadev Misra
Comments (0)