Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Zonnon

< >

Zonnon is a programming language created in 2003 by Jürg Gutknecht.

#1513on PLDB 21Years Old

Zonnon is a programming language along the Oberon, Modula, and Pascal language line. Jürg Gutknecht is the author of the programming language.Zonnon is a general purpose programming language in the Pascal, Modula-2 and Oberon family. Its conceptual model is based on objects, definitions, implementations and modules. Read more on Wikipedia...


Example from hello-world:
module HelloWorld; begin writeln("Hello World"); end HelloWorld.

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ writeln

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io