Install scheme2c by entering the following commands in the terminal:
sudo apt update sudo apt install scheme2c
Description:
Joel Bartlett's fabled Scheme->C system
The original Scheme->C system, the first of its kind. It conforms to the R4RS Scheme standard, and compiles Scheme sources to C as an intermediate step, allowing easy integration with external libraries. Also included is an interpreter, for development, along with some X11 interfaces and an X11-enabled interpreter. Due to a variety of clever techniques, the system is quite fast.
Homepage: http://scheme2c.alioth.debian.org/
Version: 2012.10.14-1ubuntu1
Section: universe/devel