How to Install scheme48 in Ubuntu 18.04



Install scheme48 by entering the following commands in the terminal:

sudo apt update
sudo apt install scheme48

Description:

simple, modular, and lightweight Scheme implementation

Scheme48 is an implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and incorporates such elements as a sophisticated module system, a pre-emptive & user-level thread system, a well-integrated interactive environment, Clinger's explicit renaming low-level macros, and decent efficiency for its architecture.

Homepage: http://s48.org/

Version: 1.9-5build1

Section: universe/interpreters