sbcl
High performance Common Lisp compiler. More information: <http://www.sbcl.org/>.
Install
- All systems
-
curl cmd.cat/sbcl.sh
- Debian
-
apt-get install sbcl - Ubuntu
-
apt-get install sbcl - Arch Linux
-
pacman -S sbcl - Kali Linux
-
apt-get install sbcl - Fedora
-
dnf install sbcl - Windows (WSL2)
-
sudo apt-get updatesudo 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