Steel Bank Common Lisp
Production-quality Common Lisp compiler.
SBCL is the most widely used Common Lisp implementation on Linux, producing fast native code via an aggressive optimising compiler. It is used in production by companies including ITA Software and Mind.AI.
Install
Debian/Ubuntu: sudo apt install sbcl Fedora: sudo dnf install sbcl Arch: sudo pacman -S sbcl
