Active Oberon
From Wikipedia, the free encyclopedia
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
Active Oberon is an extension of the programming language Oberon. Compared to its predecessors, Oberon and Oberon-2, it adds objects (with object-centered access protection and local activity control), system-guarded assertions, preemptive priority scheduling and a slightly changed syntax for methods (aka type-bound procedures in the Oberon world). Objects may be active, which means that they may be threads or processes. The operating system A2 aka Bluebottle, especially the kernel, synchronizes and coordinates different active objects.
In difference to Java or C#, objects may be synchronized not only with signals but directly on conditions. This simplifies the development of concurrent programmes.
A fork of Active Oberon is Zonnon.
[edit] External links & References
- Language Report
- J. Gutknecht - Do the Fish Really Need Remote Control? A Proposal for Self-Active Objects in Oberon - JMLC'97, p. 207-220 preprint, currently unavailable due to server problems, another version of the preprint and the final publication.
- A2 Quick Start Guide