Jump to content

Bigloo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ciphergoth (talk | contribs) at 10:23, 13 April 2010 (→‎External links: remove category that was super-category of existing categories). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Bigloo
Developer(s)Manuel Serrano
Stable release
3.3a-5 / February 6, 2010; 14 years ago (2010-02-06)
Repository
Operating systemCross-platform
Standard(s)R5RS (mostly), several SRFI extensions, IEEE Scheme[1]
TypeProgramming language
LicenseGPL, LGPL
Websitewww-sop.inria.fr/indes/fp/Bigloo/

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 JVM 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.

Libraries

Bigloo-lib

The Bigloo-lib project contains modules for:

References

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

See also