Linux
Command
Library
Commands
Basics
Tips
sbcl
High performance Common Lisp compiler.
TLDR
Start a REPL (interactive shell)
$ sbcl
Execute a Lisp script
$ sbcl --script [path/to/script.lisp]
COLLAPSE ALL
Copied to clipboard