guile-2.0
GNU extension language and Scheme interpreter
Install
- All systems
-
curl cmd.cat/guile-2.0.sh
- Debian
-
apt-get install guile-2.0
- Ubuntu
-
apt-get install guile-2.0
- Kali Linux
-
apt-get install guile-2.0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install guile-2.0
- Raspbian
-
apt-get install guile-2.0
- Dockerfile
- dockerfile.run/guile-2.0
guile-2.0
GNU extension language and Scheme interpreter
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.