Bigloo

Bigloo
Developer(s) Manuel Serrano
Stable release
4.2a / September 2015 (2015-09)
Operating system Cross-platform
Type Programming language
License GPL, LGPL
Website http://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. It is oriented toward 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 2013-10-26.

See also

External links

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.