Download List

Descripción del Proyecto

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

System Requirements

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 forma primitiva se definen los procedimientos e invocó fue cambiado. La reflexión no se utiliza más, logrando así las llamadas que son 30 veces más rápido. Primitivas se definen como clases anónimas en las matrices de primitivas, anulando uno de los métodos de aplicación.
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 esta versión, es posible crear una instancia y utilizar objetos Java de sistema. Un esquema inicial <-> Java mecanismo de conversión de tipo se lleva a cabo. Ahora el código de Java se pueden definir nuevas variables de sistema sostener objetos Java. Hay un archivo build.xml nuevo.
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

Ahora es posible tener varias instancias independientes de la intérprete de Rayo en la misma JVM.
Tags: Initial freshmeat announcement
Now it is possible to have multiple independent
instances of the Gleam interpreter in the same
JVM.

Project Resources