Downloadliste

Projektbeschreibung

o42a is a high-level general purpose programming language. It is compiled, statically-typed, prototype-based, logic-driven, and primarily declarative, while the imperative programming style is also supported. A program written in o42a is closer to natural English text than one written in any C-like programming language. The language is designed with programming productivity and code maintainability as main priorities. This achieved by powerful, yet restrained, semantics, and expressive and natural syntax.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-04 07:54 Zurück zur Release-Liste
0.1.3

Dieses Release enthält eine neue Kompilierungsphase als Normalisierung bezeichnet. Diese Etappe ist verantwortlich für generierten Code-Redundanz-Beseitigung und umfasst verschiedene Techniken, basierend auf eine statische Codeanalyse vorgenommen wird. Der Compiler kann jetzt Objekte "Inline" in vielen, durchaus üblich, Situationen, Konvertieren von Objekt-Daten-Strukturen und-Funktionen in ausführbaren Code-Fragmente. Dies reduziert drastisch die Größe der erzeugten ausführbaren Dateien.
This release introduces a new compilation stage called normalization. This stage is responsible for generated code redundancy elimination and includes different techniques based on a static code analysis. The compiler is now able to “inline” objects in many, quite common, situations, converting object data structures and functions to executable code fragments. This drastically reduces the size of generated executables.

Project Resources