How to Install gcl in Ubuntu 18.04



Install gcl by entering the following commands in the terminal:

sudo apt update
sudo apt install gcl

Description:

GNU Common Lisp compiler

GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter implemented in C, and complying mostly with the standard set forth in the book "Common Lisp, the Language I". It attempts to strike a useful middle ground in performance and portability from its design around C. . This package contains the Lisp system itself. Documentation is provided in the gcl-doc package.

Homepage: http://gnu.org/software/gcl

Version: 2.6.12-76

Section: universe/interpreters