bigloo 3.1a (Default branch)
Bigloo is an implementation of the Scheme programming language. It relies on an optimizing compiler from Scheme to C. Bigloo enables connections between Scheme code and C code. It proposes many extensions to Scheme such as a regular parser compiler, an lalr parser compiler, pattern matching, an object layer, etc.
License: GNU General Public License (GPL)
Changes:
This is a major release. It enhances the system
with: support for exact arithmetic (with big
numbers), a new version of the garbage collector
(Boehm’s collector v7.1), and a major improvement
in the implementation of multi-threading.
