Télécharger la liste

Description du projet

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).

Système requise

System requirement is not defined
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

La façon dont les procédures sont définies et primitive invoquée n'a changé. Réflexion n'est pas utilisé, pas plus, atteignant ainsi les appels qui sont 30 fois plus rapide. Primitives sont définies comme des classes anonymes dans des tableaux de primitifs, les lois de l'une des méthodes applicables.
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

A partir de cette version, il est possible d'instancier et utiliser des objets Java à partir de Scheme. Un régime initial <-> Java mécanisme de conversion de type est mis en œuvre. Maintenant, le code Java permet de définir de nouvelles variables Scheme contenir des objets Java. Il existe un fichier build.xml nouvelles.
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

Maintenant il est possible d'avoir plusieurs instances indépendantes de l'interprète lueur dans la même JVM.
Tags: Initial freshmeat announcement
Now it is possible to have multiple independent
instances of the Gleam interpreter in the same
JVM.

Project Resources