mirror of https://github.com/CrimsonTome/tldr.git
13 lines
211 B
Markdown
13 lines
211 B
Markdown
|
# sbcl
|
||
|
|
||
|
> High performance Common Lisp compiler.
|
||
|
> More information: <http://www.sbcl.org/>.
|
||
|
|
||
|
- Start an SBCL interactive shell (REPL):
|
||
|
|
||
|
`sbcl`
|
||
|
|
||
|
- Execute a Lisp script:
|
||
|
|
||
|
`sbcl --script {{path/to/script.lisp}}`
|