Linux
Command
Library
Basics
Tips
Commands
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