Zonnon programming language
Zonnon is a general-purpose programming language in the Pascal, Modula-2
and Oberon family. It retains an emphasis on simplicity, clear syntax and
separation of concerns whilst focusing on concurrency and ease of
composition and expression. Unification of abstractions is at the heart
of its design and this is reflected in its conceptual model based on
modules, objects, definitions and implementations. Zonnon offers a new
computing model based on active objects with their interaction defined
by syntax controlled dialogs. It also introduces new features including
operator overloading and exception handling, and is specifically designed
to be platform independent.
ETH Zonnon compiler
for .NET Framework
- Supports MS Visual Studio 2008 Standard / Professional edition
- Includes a simple IDE if no MS Visual Studio 2008 available
- Includes a command line compiler for advanced users
- Runs on and targets .NET Framework 2.0
|
for Mono/Rotor
- Includes a plugin for Eclipse 3.2.1 or higher
- Runs on and the generates code compatible with Mono
|
How to start
|
|
2012-03-22 Source Code for Command Line Zonnon Compiler 1.3.0 (without Visual Studio integration) is made available on CodePlex.
2012-11-09 Zonnon Compiler 1.3.0 is available. It supports offloading computations with mathematical arrays to OpenCL. 2010-08-07 Zonnon Compiler 1.2.8 - an issue with dlls on Mono is fixed now and the usage of import clause has been clarified. Read a note on composition for more details about the import clause. 2010-05-29 Zonnon Compiler 1.2.7 - couple of issues fixed. Fixed concurrency 2010-01-18 Zonnon Compiler 1.2.6 - issues with Zonnon Builder and constants in DLLs were fixed 2010-01-17 BEL library update: version 1.2.1 is published 2009-11-20 Zonnon Compiler 1.2.5 - few problems known in 1.2.4 including Windows installer issue were fixed 2009-11-05 Zonnon Compiler 1.2.4 - few minor problems known in 1.2.3 were fixed 2009-10-04 Zonnon Compiler 1.2.3 - known problems on Mono have been fixed (see test suite) 2009-06-28 Zonnon Compiler 1.2.2 with support of mathematical extensions More: subscribe to RSS,
go to all news.
|