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 update
sudo apt-get install sbcl
- OS X
-
brew install sbcl
- Raspbian
-
apt-get install sbcl
- Dockerfile
- dockerfile.run/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