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.
Family | Lisp |
---|---|
Designed by | Aubrey Jaffer, Tom Lord, Miles Bader |
Developer | GNU Project |
First appeared | 1993 |
Stable release | 3.0.9
/ 25 January 2023 |
Platform | IA-32, x86-64, AArch64, armel, armhf, mips, mips64el, mipsel, ppc64el, s390x |
OS | Linux, BSD, Windows (through MinGW or Cygwin) |
License | LGPL-3.0-or-later |
Filename extensions | .scm .go (Guile object) |
Website | gnu |
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.