GNU Guile



Website: gnu.org/software/guile

Designed by: Aubrey Jaffer, Tom Lord, Miles Bader


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.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 programs such as GnuCash, LilyPond, GNU Debugger, GNU Guix, GNU Make, GNU TeXmacs and Google’s schism.