Source: commons.wikimedia.org

Oberon is a general-purpose programming language first published in 1987 by Niklaus Wirth and the latest member of the Wirthian family of ALGOL-like languages. Oberon was the result of a concentrated effort to increase the power of Modula-2, the direct successor of Pascal, and simultaneously to reduce its complexity. Its principal new feature is the concept of data type extension of record types. It permits constructing new data types on the basis of existing ones and to relate them, deviating from the dogma of strict static typing of data. Type extension is Wirth's way of inheritance reflecting the viewpoint of the parent site. Oberon was developed as part of the implementation of an operating system, also named Oberon at ETH Zurich in Switzerland. The name was inspired both by the Voyager space probe's pictures of the moon of the planet Uranus, named Oberon, and because Oberon is famous as the king of the elves. Wikipedia

Created Year: 1987
Designed by: Niklaus Wirth
Developed by: Niklaus Wirth

Wikidata: Q1323362

Influenced: Component PascalGoJavaNimOberon-2Object OberonOdinV

Influenced by: Modula-2

Programming paradigms: imperative programmingmodular programmingobject-oriented programmingprocedural programmingstructured programming

Language types: imperative programming languageprocedural programming language

Oberon Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Oberon

MODULE HelloWorld;

IMPORT Out;

BEGIN
   Out.Open;
   Out.String('Hello World');
END HelloWorld.

Free Oberon books, articles, documentation

Search on GitHub


Latest data update: 2025-08-21