How to Install scm in Ubuntu 18.04



Install scm by entering the following commands in the terminal:

sudo apt update
sudo apt install scm

Description:

Scheme language interpreter

SCM conforms to the R5RS (Revised^5 Report on the Algorithmic Language Scheme) and IEEE P1178 specifications, and is portable across many architectures and operating systems. It additionally includes a set of popular Common Lisp functions, POSIX and X Windows integration, and the Hobbit scheme-to-C compiler.

Homepage: http://people.csail.mit.edu/jaffer/SCM.html

Version: 5f2-2

Section: universe/interpreters