Guile
GNU Guile
https://www.gnu.org/software/guile/
The GNU Ubiquitous Intelligent Language for Extensions.
Guile is an implementation of the Scheme programming language, packaged for use in a wide variety of environments. In addition to implementing the R5RS, R6RS, and R7RS Scheme standards, Guile includes full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, powerful string processing, and HTTP client and server implementations.
Guile can run interactively, as a script interpreter, and as a Scheme compiler to VM bytecode. It is also packaged as a library so that applications can easily incorporate a complete Scheme interpreter/VM. An application can use Guile as an extension language, a clean and powerful configuration language, or as multi-purpose "glue" to connect primitives provided by the application. It is easy to call Scheme code from C code and vice versa. Applications can add new functions, data types, control structures, and even syntax to Guile, to create a domain-specific language tailored to the task at hand.
Guile's VM
Guile contains an efficient compiler and virtual machine. It can be used out of the box to write programs in Scheme, or can easily be integrated with C and C++ programs.
Guile is the GNU Ubiquitous Intelligent Language for Extensions, and the official extension language of the GNU project.
- IRC general channel
- irc://irc.libera.chat/guile
This is a GNU package:guile
Download
https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz
version 3.0.8
(stable)
released on 11 February 2022
OpenPGP signature URL: https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz.sig
User level
Advanced
VCS Checkout
git clone git://git.savannah.gnu.org/guile.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
11 February 2022
Notes
Applies to part: Guile-Readline https://git.savannah.gnu.org/cgit/guile.git/tree/guile-readline/readline.c
License
Verified by
Genium
Verified on
11 February 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Andy Wingo | Maintainer |
Ludovic Courtès | Co-maintainer |
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | readline (for command line editing) |
This entry (in part or in whole) was last reviewed on 11 February 2022.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.