guild

Development files for Guile 2.0

Install

All systems
curl cmd.cat/guild.sh
Debian Debian
apt-get install guile-2.0-libs
Ubuntu
apt-get install guile-2.0-libs
Alpine
apk add guile
Arch Arch Linux
pacman -S guile
image/svg+xml Kali Linux
apt-get install guile-2.2-dev
Fedora
dnf install guile-5
Windows (WSL2)
sudo apt-get update sudo apt-get install guile-2.0-libs
OS X
brew install guile
Raspbian
apt-get install guile-2.0-dev
Docker
docker run cmd.cat/guild guild powered by Commando

guile-2.0-dev

Development files for Guile 2.0

This package contains files needed for development using Guile 2.0. Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile.

guile-5

extensibility

guile-2.2-dev

Development files for Guile 2.2

This package contains files needed for development using Guile 2.2. Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile.

guile-2.0-libs

Core Guile libraries

Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile.

guile

GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a

library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. Install the guile package if you'd like to add extensibility to programs that you are developing.