Oberon V4 for Linux and sources for different Oberon V4 implementation
Here you can find both an Oberon V4 system for Linux (x86) and a collection of Oberon V4 sources for various other platforms.
Oberon V4 was implemented at ETH Zurich for several platforms. Binaries can be found on their server[1] and on the one of the University of Linz[2] where Mössenböck's group did further development after he left ETH and the Group at ETH concentrated on System 3.
More Information can be found in the wiki https://sourceforge.net/p/oberon/wiki/Home/ of this Project...
Simple DirectMedia Layer bindings for Oberon family languages
Simple DirectMedia Layer (www.libsdl.org) bindings for Oberon family languages: Modula-2 and Oberon-2 (XDS), Active Oberon (OPCL, ETH Oberon) and Component Pascal (BlackBox Component Builder). Supported SDL version 1.2.15 (stable).
"Niklaus' Zettel" is a collection of tiny software tools ("Zettel")
solving small mathematical problems arising at school.
It uses the OBERON programming language and OBERON operating systems.
ObeDAV is a server/client for WebDAV and DeltaV supporting basic versioning and baselines. Basic interoperability with subversion is provided. Written in Oberon for http://bluebottle.ethz.ch/
port of optimizing oberon-2 compiler (http://ooc.sf.net) to nmos 6502 platforms using cc65(http://cc65.org) as a portable assembler. nmos6502-oo2c provides mini-library as well.
upd. moved to github https://github.com/norayr
OOC is an Oberon-2 development
platform. It consists of an optimizing compiler, a number of related
tools, a set of standard library modules, and a reference manual.
This compiler tries to detect pieces of code in a program that are not dependant and compile them in a way that the resulting code can be execuded in parallel on a runtime system built to support this. Only an experiment for my thesis.