GNU Guile

GNU Ubiquitous Intelligent Language for Extensions (GNU Guile) is the preferred extension language system for the GNU Project and features an implementation of the programming language Scheme. Its first version was released in 1993. In addition to large parts of Scheme standards, Guile Scheme includes modularized extensions for many different programming tasks.

GNU Guile
FamilyLisp
Designed byAubrey Jaffer, Tom Lord, Miles Bader
DeveloperGNU Project
First appeared1993 (1993)
Stable release
3.0.9 / 25 January 2023 (2023-01-25)
PlatformIA-32, x86-64, AArch64, armel, armhf, mips, mips64el, mipsel, ppc64el, s390x
OSLinux, BSD, Windows (through MinGW or Cygwin)
LicenseLGPL-3.0-or-later
Filename extensions.scm .go (Guile object)
Websitegnu.org/software/guile
Influenced by
Lisp, Scheme, SCM

For extending programs, Guile offers libguile which allows the language to be embedded in other programs, and integrated closely through the C language application programming interface (API); similarly, new data types and subroutines defined through the C API can be made available as extensions to Guile.

Guile is used in many programs under the GNU project umbrella (GDB, Make, Guix, GNU TeXmacs, GnuCash, LilyPond Lepton-EDA...) but it also sees use outside of that, for example in Google's schism.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.