Downloadliste

Projektbeschreibung

Crack is a programming language that aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source
to machine code on the fly, though it will cache the code to intermediate formats as appropriate. The crack language itself derives concepts from C++, Java, and Python, incorporating object-oriented programming, operator overloading, and strong typing.

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.

2011-05-04 18:09 Zurück zur Release-Liste
0.4

Unterstützung für Ausnahmen wie in C + +, Java, Python oder hinzugefügt wurde. Support für die Erstellung der Skripte direkt auf native Binaries aufgenommen. Sequence Initialisierung Syntax aufgenommen. String-Interpolation wurde verbessert. Byte und Integer-String-Konstanten wurden hinzugefügt. Eine Codierung Anmerkung aufgenommen.
Tags: Unstable, Major
Support for exceptions like those in C++, Java, or Python was added. Support for compiling scripts directly to native binaries was added. Sequence initialization syntax was added. String interpolation was improved. Byte and integer string constants were added. An encoding annotation was added.

Project Resources