Bigloo


Bigloo

(language)A Scheme interpreter, compiler and run-time system by Manuel Serrano which aimsto deliver small, fast stand-alone applications. Itsupports modules and optimisation. Bigloo's featuresenable Scheme programs to be used where C or C++ mightusually be required.

The Bigloo compiler produces ANSI C which is compiled intostand-alone executables, JVM bytecode, or .NET bytecode. Hence Bigloo enables Scheme programs to interworkwith C, Java and C# programs.

Bigloo conforms to the IEEE Scheme standard with someextensions for regular expression handling. It runs onSun, Sony News, SGI, Linux, HP-UX and is easy toport to any Unix system.

Latest version: 2.6f, as of 2005-03-29.

Bigloo Home.