Jump to content

Bigloo: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m spacing
 
(17 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Multiple issues|
{{Infobox Software
{{notability|date=January 2019}}
{{primary sources|date=January 2019}}
}}

{{Infobox programming language
| name = Bigloo
| name = Bigloo
| logo =
| logo = <!-- Filename only -->
| screenshot =
| logo caption =
| screenshot = <!-- Filename only -->
| caption =
| screenshot caption =
| developer = [[Manuel Serrano]]
| paradigms = [[Multi-paradigm programming language|Multi-paradigm]]: [[Functional programming|functional]], [[Procedural programming|procedural]], [[Metaprogramming|meta]]
| latest_release_version = 4.0b
| family = [[Lisp (programming language)|Lisp]]
| latest_release_date = {{Release date and age|2013|08|28}}
| designer = Manuel Serrano
| operating_system = [[Cross-platform]]
| developer = [[French Institute for Research in Computer Science and Automation|INRIA]]
| genre = [[Programming language]]
| 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 = <!-- {{Start date and age|2019|MM|DD|df=yes}} -->
| typing = [[Strong typing|Strong]], [[Dynamic typing|dynamic]], [[Latent typing|latent]]
| scope = [[Scope (computer science)|Lexical]]
| programming language =
| platform = [[ARM architecture|ARM]], [[IA-32]], [[x86-64]]; [[PowerPC]], [[DEC Alpha|Alpha]]
| operating system = [[Cross-platform]]: [[Android (operating system)|Android]], [[Microsoft Windows|Windows]], [[macOS]], [[Linux]], [[IBM AIX|AIX]], [[Solaris (operating system)|Solaris]], [[Tru64 UNIX]]
| license = [[GNU General Public License|GPL]], [[GNU Lesser General Public License|LGPL]]
| license = [[GNU General Public License|GPL]], [[GNU Lesser General Public License|LGPL]]
| file ext =
| website = [http://www-sop.inria.fr/mimosa/fp/Bigloo/]
| file format = <!-- or: | file formats = -->
| 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
| website = {{URL|www-sop.inria.fr/indes/fp/Bigloo}}
| implementations =
|title=Bigloo homepage -- Features
| dialects =
|accessdate=2013-10-26
| influenced by = [[Lisp (programming language)|Lisp]], [[Scheme (programming language)|Scheme]]
}}
| influenced =
</ref>
| 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 |title=Bigloo homepage — Features |access-date=2013-10-26}}</ref>
}}
}}


'''Bigloo''' is an implementation of the [[Scheme (programming language)|Scheme programming language]] developed at the French IT research institute [[Institut national de recherche en informatique et en automatique|INRIA]]. Its orientation is towards 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 known as a [[read-eval-print loop]]).
'''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).


<blockquote>Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required.</blockquote>
"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>


The [[hop (software)|hop]] web application engine and [[Roadsend PHP]] are written in Bigloo.
The [[Hop (software)|Hop]] web application engine and Roadsend PHP are written in Bigloo.


== 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 |archive-url=https://web.archive.org/web/20070521224112/http://developer.berlios.de/projects/biglook/ |archive-date=2007-05-21 |url-status=dead }}</ref>
* [http://developer.berlios.de/projects/biglook/ Biglook] - a crossplatform [[GUI]] module that interfaces with [[GTK]] and [[Java Swing]]


=== Bigloo-lib ===
=== Bigloo-lib ===
The Bigloo-lib project contains modules for:


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

==References==
<references/>


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

==References==
{{Reflist}}


==External links==
==External links==
* [http://www-sop.inria.fr/indes/fp/Bigloo/ Bigloo home page]
* {{Official website|www-sop.inria.fr/indes/fp/Bigloo}}

* [http://www-sop.inria.fr/indes/fp/Bigloo/doc/bigloo.html Bigloo Online Documentation]
{{Lisp programming language}}
* [http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-8.html#Extensions-&-Tools Bigloo Extensions and Tools]


[[Category:Scheme (programming language) compilers]]
[[Category:Scheme (programming language) compilers]]
Line 54: Line 70:
[[Category:Scheme (programming language) implementations]]
[[Category:Scheme (programming language) implementations]]



{{programming-software-stub}}
{{compu-prog-stub}}
{{Prog-lang-stub}}
{{Programming-software-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]