Jump to content

Bigloo: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Template:Infobox software > Template:Infobox programming language, parameters: add, fill. WP:LINKs: WP:REDs delink, adds, updates, WP:NOPIPEs fix. WP:EXTs update. WP:REFs: inline URLs, simples > Template:Cite webs add, parameters: add, fill. WP:LEAD clarify for topic novices. WP:EoS WP:COPYEDITs. Full terms define before WP:ABBRs. Spaced single and dual hyphens > spaced WP:NDASHes. Adds: Template:Official website, WP:NAVBOX.
m spacing
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Multiple issues|
{{notability|date=January 2019}}
{{primary sources|date=January 2019}}
}}

{{Infobox programming language
{{Infobox programming language
| name = Bigloo
| name = Bigloo
Line 9: Line 14:
| designer = Manuel Serrano
| designer = Manuel Serrano
| developer = [[French Institute for Research in Computer Science and Automation|INRIA]]
| developer = [[French Institute for Research in Computer Science and Automation|INRIA]]
| released = {{Start date and age|2009|07|06|df=yes}}
| released = {{Start date and age|1995}}
| latest release version = 4.3c
| latest release version = 4.4c-4
| latest release date = {{Start date and age|2018|09|06|df=yes}}
| latest release date = {{Start date and age|2022|01|04|df=yes}}
| latest preview version =
| latest preview version =
| latest preview date = <!-- {{Start date and age|2019|MM|DD|df=yes}} -->
| latest preview date = <!-- {{Start date and age|2019|MM|DD|df=yes}} -->
Line 30: Line 35:
}}
}}


'''Bigloo''' is a [[programming language]], a [[Dialect (computing)|dialect]] of the language [[Lisp (programming language)|Lisp]], an implementation of the language [[Scheme (programming language)|Scheme]]. 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 (programming language)|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 [[Library (computing)|libraries]] are released under a [[GNU Lesser General Public License]] (LGPL). The compiler and [[programming tool]]s are released under a [[GNU General Public License]] (GPL).
'''Bigloo''' is a [[programming language]], a [[Dialect (computing)|dialect]] of the language [[Lisp (programming language)|Lisp]], an implementation of the language [[Scheme (programming language)|Scheme]]. 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 (programming language)|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 (computing)|interpreter]], also termed a [[read-eval-print loop]] (REPL). It is [[free and open-source software]]. The run-time system and [[Library (computing)|libraries]] are released under a [[GNU Lesser General Public License]] (LGPL). The compiler and [[programming tool]]s are released under a [[GNU General Public License]] (GPL).


"Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required."<ref>{{cite web |url=https://www-sop.inria.fr/indes/fp/Bigloo/ |title=Bigloo homepage |website=Inria Sophia-Antipolis |access-date=2018-04-14}}</ref>
"Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required."<ref>{{cite web |url=https://www-sop.inria.fr/indes/fp/Bigloo/ |title=Bigloo homepage |website=Inria Sophia-Antipolis |access-date=2018-04-14}}</ref>
Line 37: Line 42:


== Libraries ==
== Libraries ==
* Biglook – a cross-platform [[graphical user interface]] (GUI) module that interfaces with [[GTK+]] and [[Swing (Java)|Java Swing]]<ref>{{cite web |url=http://developer.berlios.de/projects/biglook/ |title=Biglook |last= |first= |date= |website= |publisher= |access-date=}}</ref>
* Biglook – a cross-platform [[graphical user interface]] (GUI) module that interfaces with [[GTK+]] and [[Swing (Java)|Java Swing]]<ref>{{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 }}</ref>


=== Bigloo-lib ===
=== Bigloo-lib ===
The [http://bigloo-lib.sourceforge.net/ Bigloo-lib project] contains modules for:
The Bigloo-lib project contains modules for:
* [http://bigloo-lib.sourceforge.net/bigloo-lib_5.html#SEC18 Regular Expressions]
* [http://bigloo-lib.sourceforge.net/bigloo-lib_5.html#SEC26 MzScheme Compatibility]
* [http://bigloo-lib.sourceforge.net/bigloo-lib_5.html#SEC42 iconv Character Set Conversion]
* [http://bigloo-lib.sourceforge.net/bigloo-lib_5.html#SEC55 Extended Console Application support] – This includes support for [[GNU Readline]], and termios
* [http://bigloo-lib.sourceforge.net/bigloo-lib_6.html#SEC73 SQL] – tested with [[MySQL]], [[Oracle database|Oracle]], [[PostgreSQL]], and [[SQLite]]
* [http://bigloo-lib.sourceforge.net/bigloo-lib_9.html#SEC84 XML] – an interface to the [[Expat (library)|Expat XML]] parser
* [http://bigloo-lib.sourceforge.net/bigloo-lib_10.html#SEC86 GTK]


* Regular Expressions
==References==
* MzScheme Compatibility
{{Reflist}}
* iconv Character Set Conversion
* Extended Console Application support – This includes support for [[GNU Readline]], and termios
* SQL – tested with [[MySQL]], [[Oracle database|Oracle]], [[PostgreSQL]], and [[SQLite]]
* XML – an interface to the [[Expat (library)|Expat XML]] parser
* GTK


==See also==
==See also==
*[[List of JVM languages]]
*[[List of JVM languages]]

==References==
{{Reflist}}


==External links==
==External links==
* {{Official website|www-sop.inria.fr/indes/fp/Bigloo}}
* {{Official website|www-sop.inria.fr/indes/fp/Bigloo}}
* [http://www-sop.inria.fr/indes/fp/Bigloo/doc/bigloo.html Bigloo Online Documentation]
* [http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-8.html#Extensions-&-Tools Bigloo Extensions and Tools]


{{Lisp programming language}}
{{Lisp programming language}}
Line 65: Line 69:
[[Category:Scheme (programming language) interpreters]]
[[Category:Scheme (programming language) interpreters]]
[[Category:Scheme (programming language) implementations]]
[[Category:Scheme (programming language) implementations]]



{{Prog-lang-stub}}
{{Prog-lang-stub}}

Latest revision as of 01:00, 22 April 2024

Bigloo
ParadigmsMulti-paradigm: functional, procedural, meta
FamilyLisp
Designed byManuel Serrano
DeveloperINRIA
First appeared1995; 29 years ago (1995)
Stable release
4.4c-4 / 4 January 2022; 2 years ago (2022-01-04)
Typing disciplineStrong, dynamic, latent
ScopeLexical
PlatformARM, IA-32, x86-64; PowerPC, Alpha
OSCross-platform: Android, Windows, macOS, Linux, AIX, Solaris, Tru64 UNIX
LicenseGPL, LGPL
Websitewww-sop.inria.fr/indes/fp/Bigloo
Influenced by
Lisp, Scheme

Bigloo is a programming language, a dialect of the language Lisp, an implementation of the language Scheme. 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 is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required."[2]

The Hop web application engine and Roadsend PHP are written in Bigloo.

Libraries

[edit]

Bigloo-lib

[edit]

The Bigloo-lib project contains modules for:

  • Regular Expressions
  • MzScheme Compatibility
  • iconv Character Set Conversion
  • Extended Console Application support – This includes support for GNU Readline, and termios
  • SQL – tested with MySQL, Oracle, PostgreSQL, and SQLite
  • XML – an interface to the Expat XML parser
  • GTK

See also

[edit]

References

[edit]
  1. ^ "Bigloo homepage — Features". Retrieved 2013-10-26.
  2. ^ "Bigloo homepage". Inria Sophia-Antipolis. Retrieved 2018-04-14.
  3. ^ "Biglook". Archived from the original on 2007-05-21.
[edit]