Downloadliste

Projektbeschreibung

Clue is an experimental ANSI C compiler that
targets high level dynamic languages like Lua,
JavaScript, Python, and Perl. It is designed to be
very easy to adapt to new targets. It is currently
under development and is more interesting than
useful, although it is complete enough to run
several benchmarking tools (including Whetstone).

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.

2008-12-15 08:55
0.5

Diese Version enthält ein Java-Backend.
Tags: Major feature enhancements
This version includes a Java backend.

2008-12-09 09:32
0.4

Diese Version wurde aufgeräumt erheblich, und viele kleinere Bugfixes. Darüber hinaus wurde die Unterstützung für C und Common Lisp-Backends hinzu.
Tags: Major feature enhancements
This version has been cleaned up considerably, with many minor bugfixes. In addition, support was added for C and Common Lisp backends.

2008-07-21 08:38
0.3

Diese Version unterstützt Javascript, Lua, Perl und Backends. C bis Lua zusammengestellt läuft bei etwa einem Fünftel der nativer Geschwindigkeit (mit Mike Pall LuaJIT-Engine), während bei zusammengestellt, um JavaScript läuft auf 1/80th von nativer Geschwindigkeit (mit SpiderMonkey). Perl-Geschwindigkeit ist eher weniger gut. Nicht alle der Sprache C abgedeckt ist. Notable Auslassungen sind Schalter und varargs, aber genug ist es interessant zu werden.
Tags: Minor feature enhancements
This version supports Javascript, Lua, and Perl backends. C compiled to Lua runs at about one fifth of native speed (using Mike Pall's LuaJIT engine), while when compiled to JavaScript it runs at 1/80th of native speed (using SpiderMonkey). Perl's speed is rather less good. Not all of the C language is covered. Notable omissions are switch and varargs, but enough is there to be interesting.

2008-07-18 22:34
0.2

Diese Version unterstützt JavaScript und Lua-Backends. C bis Lua zusammengestellt läuft bei etwa einem Fünftel der nativer Geschwindigkeit (mit Mike Pall LuaJIT-Engine), während bei zusammengestellt, um JavaScript läuft auf 1/80th von nativer Geschwindigkeit (mit SpiderMonkey). Nicht alle der Sprache C abgedeckt ist. Notable Auslassungen sind Schalter und varargs, aber genug ist es interessant zu werden.
Tags: Initial freshmeat announcement
This version supports JavaScript and Lua backends.
C compiled to Lua runs at about one fifth of
native speed (using Mike Pall's LuaJIT engine),
while when compiled to JavaScript it runs at
1/80th of native speed (using SpiderMonkey). Not
all of the C language is covered. Notable
omissions are switch and varargs, but enough is
there to be interesting.

Project Resources