sbcl: a lisp compiler and runtime system

Description

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license (see https://www.sbcl.org/history.html). In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

(taken from https://www.sbcl.org)

License

  • a mix of BSD-style and public domain

Upstream Contact

Type

optional

Dependencies

Version Information

Equivalent System Packages

$ apk add sbcl
$ sudo pacman -S sbcl
$ conda install sbcl
$ apt-cyg install sbcl
$ sudo apt-get install sbcl
$ sudo yum install sbcl
$ sudo pkg install lang/sbcl
$ sudo emerge dev-lisp/sbcl
$ brew install sbcl
$ sudo port install sbcl
$ nix-env --install sbcl

install the following packages: lang/sbcl

$ sudo zypper install sbcl
$ sudo xbps-install sbcl

See https://repology.org/project/sbcl/versions

If the system package is installed, ./configure will check if it can be used.