How to Install gauche in Ubuntu 18.04



Install gauche by entering the following commands in the terminal:

sudo apt update
sudo apt install gauche

Description:

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.

Homepage: http://practical-scheme.net/gauche/

Version: 0.9.5-1build1

Section: universe/interpreters