Attention: We are retiring the ASP.NET Community Blogs. Learn more >

[Languages] Zonnon, a new .NET language

Descending from the heritage of Pascal, Modula-2, and Oberon, Zonnon is a new language for .NET.  According to the Zonnon website, "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." 

Lofty goals, indeed!   

While the first implementation of Zonnon is for .NET, it aims at platform independence.  The .NET implementation includes Microsoft Visual Studio.NET integration but also provides Zonnon Builder, an "alternative simple IDE."

No Comments