guile
Scheme implementation intended especially for extensions
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.
- Versions: 3.0.9 · 2.2.7 · 2.2.4 · 2.0.14 · 1.8.8
- Website: https://www.gnu.org/software/guile/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/guile.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of guile
as follows:
guix install guile
Or install a particular version:
guix install guile@1.8.8
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/guile/'><img src='http://127.0.0.1:3000/packages/guile/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/guile/badges/latest-version.svg)](http://127.0.0.1:3000/packages/guile/) Org: [[http://127.0.0.1:3000/packages/guile/][http://127.0.0.1:3000/packages/guile/badges/latest-version.svg]]