Downloadliste

Projektbeschreibung

Gleam is a simple Scheme language interpreter
written in Java. Its goals are to support the
discovery of Scheme for beginners, simplicity,
R5RS compliance, and full integration with the
Java platform (with the ability to call Java code
from Scheme and vice versa).

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-09-11 00:30
0.90 pre-2

Die Art und Weise primitiven Verfahren definiert und aufgerufen wurde geändert. Reflexion ist nicht mehr verwendet und erzielt so fordert, dass 30-mal schneller sind. Primitive sind als anonyme Klassen in Arrays von Primitiven definiert, zwingende Anwendung einer der Methoden.
Tags: Code cleanup
The way primitive procedures are defined and
invoked was changed. Reflection is not used any
more, thus achieving calls that are 30 times
faster. Primitives are defined as anonymous
classes in arrays of primitives, overriding one of
the apply methods.

2007-02-05 00:51
0.89

Ab dieser Version ist es möglich, zu instanziieren und Java-Objekte von Scheme. Eine erste Schema <-> Java Typkonvertierung Mechanismus umgesetzt wird. Jetzt können Java-Code zu definieren neue Regelung Variablen, die Java-Objekte. Es gibt eine neue Datei build.xml.
Tags: Major feature enhancements
Starting from this release, it is possible to instantiate and use Java objects from Scheme. An initial Scheme &lt;-&gt; Java type conversion mechanism is implemented. Now Java code can define new Scheme variables holding Java objects. There is a new build.xml file.

2007-01-20 19:58
0.88

Nun ist es möglich, mehrere unabhängige Instanzen des Schein-Interpreter in der gleichen JVM haben.
Tags: Initial freshmeat announcement
Now it is possible to have multiple independent
instances of the Gleam interpreter in the same
JVM.

Project Resources