Active Oberon
Lua error in package.lua at line 80: module 'strict' not found.
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.
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.
External links & References
- Language Report
- Lua error in package.lua at line 80: module 'strict' not found.
- A2 Quick Start Guide
See also
Lua error in package.lua at line 80: module 'strict' not found.