Oberon by Example
Find a file
2024-05-11 21:37:13 +04:00
examples post rebranding 2024-05-11 19:17:23 +04:00
src post rebranding 2024-05-11 19:17:23 +04:00
.gitattributes add git attributes for language detection 2024-05-11 21:37:13 +04:00
.gitignore oops, no need for build files 2024-05-11 19:19:56 +04:00
_config.yml Set theme jekyll-theme-minimal 2019-06-05 02:02:56 +04:00
LICENSE Initial commit 2017-05-31 22:45:15 +04:00
README.md post rebranding 2024-05-11 19:17:23 +04:00

Oberon by Examples

Oberon is a general-purpose programming language created in 1986 by Niklaus Wirth and the latest member of the Wirthian family of ALGOL-like languages.

Oberon-2 is an extension of the original Oberon programming language developed in 1991 at ETH Zurich by Niklaus Wirth and Hanspeter Mössenböck that adds limited reflection and object-oriented programming facilities, open arrays as pointer base types, read-only field export.

Oberon By Example is a hands-on introduction to Oberon-2 using examples.

This repository is under heavy modification to make it better for beginners.

To start, make sure you have Vishap Oberon Compiler

Check out the hello-world example or browse the full list below.