Bigloo

Last updated
Bigloo
Paradigms Multi-paradigm: functional, procedural, meta
Family Lisp
Designed by Manuel Serrano
Developer INRIA
First appeared1995;30 years ago (1995)
Stable release
4.4c-4 / 4 January 2022;3 years ago (2022-01-04)
Typing discipline Strong, dynamic, latent
Scope Lexical
Platform ARM, IA-32, x86-64; PowerPC, Alpha
OS Cross-platform: Android, Windows, macOS, Linux, AIX, Solaris, Tru64 UNIX
License GPL, LGPL
Website www-sop.inria.fr/indes/fp/Bigloo
Influenced by
Lisp, Scheme

Bigloo is a programming language, an implementation of the language Scheme, a dialect of the language Lisp. It is developed at the French IT research institute French Institute for Research in Computer Science and Automation (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 Java virtual machine (JVM) or .NET Framework (.NET) bytecode. As with other Lisp dialects, it contains an interpreter, also termed a read-eval-print loop (REPL). It is free and open-source software. The run-time system and libraries are released under a GNU Lesser General Public License (LGPL). The compiler and programming tools are released under a GNU General Public License (GPL).

Contents

Bigloo has support for multithreading. [1] Bigloo also has a module that interfaces with GTK+ and Java Swing to create graphical interfaces. [2] Researchers at the University of Arizona used Bigloo as a baseline for benchmarking the performance of novel compiler optimizations. [3]

See also

References

  1. Brügmann, Johannes. "Modelling and Implementation of a Microscopic Traffic Simulation System" (PDF).
  2. "Biglook". Archived from the original on 2007-05-21.
  3. Saumya Debray; Robert Muth; Scott Watterson. "Link-time Improvement of Scheme Programs" (PDF).