by gleamer
Gleam is a simple Scheme language interpreter written in Java. Project goals: to support the discovery of Scheme for beginners, simplicity, R5RS compliance, full integration with the Java platform (call Java from Scheme and vice versa).
gleamer committed revision 15 to the Gleam Scheme Interpreter SVN repository, changing 1 files
gleamer committed revision 14 to the Gleam Scheme Interpreter SVN repository, changing 1 files
gleamer committed revision 13 to the Gleam Scheme Interpreter SVN repository, changing 1 files
gleamer committed revision 12 to the Gleam Scheme Interpreter SVN repository, changing 1 files
2008-01-22 Added 'make-environment' and 'environment?' primitives, the former to create a new environment and the latter to test if a value is an environment. The 'help' primitive is now syntax, so now one can do '(help if)' without using ...
2008-01-22 Added 'make-environment' and 'environment?' primitives, the former to create a new environment and the latter to test if a value is an environment. The 'help' primitive is now syntax, so now one can do '(help if)' without using ...
gleamer committed revision 11 to the Gleam Scheme Interpreter SVN repository, changing 10 files
gleamer committed revision 10 to the Gleam Scheme Interpreter SVN repository, changing 61 files
Release 0.89 2007-02-04 Changed the convention for argument passing to primitive procedures written in Java. Procedures with 0 - 3 arguments now have specific signatures. Checking of correct number of arguments was factored out of library procedures in ...
Release 0.89 2007-02-04 Changed the convention for argument passing to primitive procedures written in Java. Procedures with 0 - 3 arguments now have specific signatures. Checking of correct number of arguments was factored out of library procedures in ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use