sbcl

High performance Common Lisp compiler. More information: <http://www.sbcl.org/>.

Install

All systems
curl cmd.cat/sbcl.sh
Debian Debian
apt-get install sbcl
Ubuntu
apt-get install sbcl
Arch Arch Linux
pacman -S sbcl
image/svg+xml Kali Linux
apt-get install sbcl
Fedora
dnf install sbcl
Windows (WSL2)
sudo apt-get update sudo apt-get install sbcl
OS X
brew install sbcl
Raspbian
apt-get install sbcl

High performance Common Lisp compiler. More information: <http://www.sbcl.org/>.

  • Start a REPL (interactive shell):
    sbcl
  • Execute a Lisp script:
    sbcl --script path/to/script.lisp

© tl;dr; authors and contributors