Bigloo
{{Infobox programming language
| name = Bigloo
| logo =
| logo caption =
| screenshot =
| screenshot caption =
| paradigms = Multi-paradigm: functional, procedural, meta
| family = Lisp
| designer = Manuel Serrano
| developer = INRIA
| released = {{Start date and age|1995}}
| latest release version = 4.4c-4
| latest release date = {{Start date and age|2022|01|04|df=yes}}
| latest preview version =
| latest preview date =
| typing = Strong, dynamic, latent
| scope = Lexical
| programming language =
| platform = ARM, IA-32, x86-64; PowerPC, Alpha
| operating system = Cross-platform: Android, Windows, macOS, Linux, AIX, Solaris, Tru64 UNIX
| file ext =
| file format =
| website = {{URL|www-sop.inria.fr/indes/fp/Bigloo}}
| implementations =
| dialects =
| influenced by = Lisp, Scheme
| influenced =
| standard = R5RS (mostly), several SRFI extensions, IEEE Scheme{{cite web |url=http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-1.html#Features |title=Bigloo homepage — Features |access-date=2013-10-26}}
}}
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).
Bigloo has support for multithreading.{{cite web |last1=Brügmann |first1=Johannes |title=Modelling and Implementation of a Microscopic Traffic Simulation System |url=https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00040223/Bruegmann_Logos_Diss.pdf}} Bigloo also has a module that interfaces with GTK+ and Java Swing to create graphical interfaces.{{cite web |url=http://developer.berlios.de/projects/biglook/ |title=Biglook |archive-url=https://web.archive.org/web/20070521224112/http://developer.berlios.de/projects/biglook/ |archive-date=2007-05-21 |url-status=dead }} Researchers at the University of Arizona used Bigloo as a baseline for benchmarking the performance of novel compiler optimizations. {{cite web |author1=Saumya Debray |author2=Robert Muth |author3=Scott Watterson |title=Link-time Improvement of Scheme Programs |url=https://www2.cs.arizona.edu/~debray/Publications/scheme.pdf}}
See also
References
{{Reflist}}
External links
- {{Official website|www-sop.inria.fr/indes/fp/Bigloo}}
{{Lisp programming language}}
Category:Scheme (programming language) compilers
Category:Scheme (programming language) interpreters
Category:Scheme (programming language) implementations
{{Prog-lang-stub}}
{{Programming-software-stub}}