From Surf Wiki (app.surf) — the open knowledge base
Active Oberon
Programming language
Programming language
| Field | Value |
|---|---|
| name | Active Oberon |
| logo | Oberon programming language logo.svg |
| paradigms | Imperative, structured, modular, object-oriented, concurrent |
| family | Wirth Oberon |
| designer | Niklaus Wirth, Jürg Gutknecht, Patrik Reali, A. Radenski |
| developer | ETH Zurich |
| released | |
| latest release date | |
| typing | Strong, hybrid (static and dynamic) |
| scope | Lexical |
| programming language | Oberon |
| platform | IA-32AMD64 |
| file format | |
| website | |
| influenced by | Oberon, Object Oberon, Oberon-2 |
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 in Zürich (ETH Zurich). 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 (named type-bound procedures in Oberon vocabulary). Objects may be active, which means that they may be threads or processes. Unlike Java or C#, objects may be synchronized not only with signals but directly on conditions. This simplifies concurrent programs and their development.
As it is tradition in the Oberon world, the Active Oberon language compiler is implemented in Active Oberon. The operating system, especially the kernel, synchronizes and coordinates different active objects.
Active Oberon was renamed Active Object System (AOS) in 2002, then due to trademark issues, renamed Bluebottle in 2005, and then renamed A2 in 2008.
An Active Oberon fork is the language Zonnon.
References
References
- Gutknecht, Jürg. (1997). "Do the Fish Really Need Remote Control? A Proposal for Self-Active Objects in Oberon".
- Reali, Patrik. (2003). "Using Oberon's active objects for language interoperability and compilation". Swiss Federal Institute of Technology, Zürich ([[ETH Zurich]]).
- Muller, Pieter Johannes. (2002). "The active object system design and multiprocessor implementation". Swiss Federal Institute of Technology, Zürich ([[ETH Zurich]]).
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Active Oberon — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report