Active Oberon

Active Oberon is a general purpose programming language developed during 1996-1998 by the group around Niklaus Wirth and Jürg Gutknecht at the Swiss Federal Institute of Technology (ETH) in Zürich. It is an extension of the programming language Oberon. The extensions aim at implementing active objects as expressions for parallelism. Compared to its predecessors, Oberon and Oberon-2, Active Oberon adds objects (with object-centered access protection and local activity control), system-guarded assertions, preemptive priority scheduling and a changed syntax for methods (aka type-bound procedures in the Oberon terminology). 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.

Unlike Java or C#, objects may be synchronized not only with signals but directly on conditions. This simplifies the development of concurrent programs.

A fork of Active Oberon is Zonnon.

See also

  • Language Report
  • Gutknecht, J. Do the Fish Really Need Remote Control? A Proposal for Self-Active Objects in Oberon. JMLC'97. pp. 207–220. CiteSeerX 10.1.1.45.1126.
  • A2 Quick Start Guide
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.