Home Page || Oberon Language || Compiler & Tools || Oberon Library || Search Engine
The compiler supports Oberon but not Oberon-2. There exist some differences in the languages as accepted by newer Zürich compilers and this one.
The most interesting part of this package is probably the library which covers following fields (among others):
All these modules are offered on the base of system-independent abstractions. The library is accompanied by a couple of platform-specific implementations of these abstractions which are written in 100% Oberon. Hence, there is not even a single line of C code in the library.
The runtime part of the library (also written in Oberon) contains a copying garbage collector which is capable of returning memory back to the kernel.
All parts of the system are documented by manual pages in the usual UNIX style (which may be converted to HTML). Some areas of the library are covered by tutorials.
Home Page || Oberon Language || Compiler & Tools || Oberon Library || Search Engine