gauche-install
Scheme script engine
Install
- All systems
-
curl cmd.cat/gauche-install.sh
- Debian
-
apt-get install gauche-dev - Ubuntu
-
apt-get install gauche-dev - Arch Linux
-
pacman -S gauche - Kali Linux
-
apt-get install gauche-dev - Fedora
-
dnf install gauche - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gauche-dev - OS X
-
brew install gauche - Raspbian
-
apt-get install gauche-dev
gauche
Scheme script engine
Gauche is a Scheme implementation developed to be a handy script interpreter, which allows programmers and system administrators to write small to large scripts for their daily chores. Quick startup, built-in system interface, native multilingual support are some of the author's goals.
gauche-dev
Development files for Gauche
Gauche is a Scheme implementation developed to be a handy script interpreter, which allows programmers and system administrators to write small to large scripts for their daily chores. Quick startup, built-in system interface, native multilingual support are some of the author's goals. This package contains development files of Gauche.