--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # sbcl > High performance Common Lisp compiler. > More information: . - Start a REPL (interactive shell): `sbcl` - Execute a Lisp script: `sbcl --script {{path/to/script.lisp}}`