Download List

프로젝트 설명

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

원시적인 절차를 정의하고 호출 방법이 변경되었습니다. 반사, 따라서 30 배 빠르고, 더 이상 통화를 달성하는 데 사용되지 않습니다. 그곳은 익명의 수업 원시의 배열에있는 하나의 방법을 적용 무시 정의됩니다.
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

이 릴리스부터, 그것의 인스턴스 가능하고 Scheme에서 Java 개체를 사용합니다. 초기 계획 "-"자바 타입 변환 메커니즘을 구현합니다. 지금은 Java 코드를 새로운 배열 변수는 자바 개체를 들고 정의할 수있습니다. 저기 새 build.xml 파일입니다.
Tags: Major feature enhancements
Starting from this release, it is possible to instantiate and use Java objects from Scheme. An initial Scheme <-> 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

지금과 같은 JVM이에 빛나고 통역사의 여러 독립적인 인스턴스를 가질 수있습니다.
Tags: Initial freshmeat announcement
Now it is possible to have multiple independent
instances of the Gleam interpreter in the same
JVM.

Project Resources