How to Install sbcl in Ubuntu 18.04



Install sbcl by entering the following commands in the terminal:

sudo apt update
sudo apt install sbcl

Description:

Common Lisp compiler and development system

SBCL is a development environment for the ANSI Common Lisp language. It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification. . SBCL also contains other extensions to the ANSI specification, including a foreign-function interface, a pseudo-server API, user-extensible stream functionality, a Meta-Object Protocol, and an ability to run external processes. . To browse SBCL source definitions with development environments, install the sbcl-source package. For documentation on SBCL's usage and internals, the package sbcl-doc is provided.

Homepage: http://www.sbcl.org

Version: 2:1.4.5-1

Section: universe/devel