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 Retour à la liste release
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.

Project Resources