Category:Oberon-07: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page for Oberon-07)
 
m (Added link to the changes from Oberon to Oberon-07)
Line 10: Line 10:
{{stub}}
{{stub}}


'''Oberon-07''' is a revision of the Oberon language by Niklaus Wirth. Oberon-07 is based on Wirth's original Oberon language (not [[Oberon-2]]) leaving out some features of Oberon, adding a few features and making a few changes. The changes are largely aimed at simplification - in the defining document, Wirth quotes Einstein: "Make it as simple as possible, but not simpler".<br/><br/>
'''Oberon-07''' is a revision of the Oberon language by Niklaus Wirth. Oberon-07 is based on Wirth's original Oberon language (not [[Oberon-2]]), Wirth lists the changes [https://people.inf.ethz.ch/wirth/Oberon/Oberon07.pdf here]. The changes are largely aimed at simplification - in the defining document, Wirth quotes Einstein: "Make it as simple as possible, but not simpler".<br/><br/>


Oberon-07 contains a WHILE loop that allows multiple conditions and statements - similar to the loop in [[wp:Guarded_Command_Language|Edsgar Dijkstra's Guarded Command Language]], though with different syntax and without non-determinism.
Oberon-07 contains a WHILE loop that allows multiple conditions and statements - similar to the loop in [[wp:Guarded_Command_Language|Edsgar Dijkstra's Guarded Command Language]], though with different syntax and without non-determinism.

Revision as of 12:29, 27 April 2024

Language
Oberon-07
This programming language may be used to instruct a computer to perform a task.
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Structural
Type expression: Explicit
Type checking: Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Oberon-07.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

Oberon-07 is a revision of the Oberon language by Niklaus Wirth. Oberon-07 is based on Wirth's original Oberon language (not Oberon-2), Wirth lists the changes here. The changes are largely aimed at simplification - in the defining document, Wirth quotes Einstein: "Make it as simple as possible, but not simpler".

Oberon-07 contains a WHILE loop that allows multiple conditions and statements - similar to the loop in Edsgar Dijkstra's Guarded Command Language, though with different syntax and without non-determinism.

The language

Wirth's Oberon-07 document

Oberon commpilers

A list of Oberon-07 compilers and some other Wirth compilers

Subcategories

This category has only the following subcategory.