Jump to content

Bigloo: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 10: Line 10:
| genre = [[Programming language]]
| genre = [[Programming language]]
| license = [[GNU General Public License|GPL]], [[GNU Lesser General Public License|LGPL]]
| license = [[GNU General Public License|GPL]], [[GNU Lesser General Public License|LGPL]]
| website = [http://www-sop.inria.fr/mimosa/fp/Bigloo/]
| website = [http://www-sop.inria.fr/mimosa/fp/Bigloo/ http://www-sop.inria.fr/mimosa/fp/Bigloo/]
| standard = R5RS (mostly), several SRFI extensions, IEEE Scheme<ref name="bigloohome">{{cite web
| standard = R5RS (mostly), several SRFI extensions, IEEE Scheme<ref name="bigloohome">{{cite web
|url=http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-1.html#Features
|url=http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-1.html#Features

Revision as of 10:54, 29 March 2015

Bigloo
Developer(s)Manuel Serrano
Stable release
4.0b / August 28, 2013; 10 years ago (2013-08-28)
Repository
Operating systemCross-platform
Standard(s)R5RS (mostly), several SRFI extensions, IEEE Scheme[1]
TypeProgramming language
LicenseGPL, LGPL
Websitehttp://www-sop.inria.fr/mimosa/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 2013-10-26.

See also