Bigloo

From Wikipedia, the free encyclopedia

Bigloo
Developed by Manuel Serrano
Latest release 3.0c / December 2007
OS Cross-platform
Genre Programming language
License GPL, LGPL
Website www-sop.inria.fr/mimosa/fp/Bigloo/
Standard(s) R5RS (mostly), several SRFI extensions, IEEE Scheme[1]

Bigloo is an implementation of the Scheme programming language developed at the French IT research institute INRIA. Its orientation is towards providing tools for effective and diverse code generation that can match the performance of hand-written C or C++. The Bigloo system contains a Scheme compiler that can generate C code and Java or .NET bytecode. As with other Lisp dialects, it contains an interpreter (also known as a read-eval-print loop).

Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required.

The hop web application engine and Roadsend PHP are written in Bigloo.

Contents

[edit] Libraries

[edit] Bigloo-lib

The Bigloo-lib project contains modules for:

[edit] References

  1. ^ Bigloo homepage -- Features. Retrieved on 2007-12-09.

[edit] External links