13 lines
206 B
Markdown
13 lines
206 B
Markdown
|
|
# sbcl
|
||
|
|
|
||
|
|
> High performance Common Lisp compiler.
|
||
|
|
> More information: <https://www.sbcl.org/>.
|
||
|
|
|
||
|
|
- Start a REPL (interactive shell):
|
||
|
|
|
||
|
|
`sbcl`
|
||
|
|
|
||
|
|
- Execute a Lisp script:
|
||
|
|
|
||
|
|
`sbcl --script {{path/to/script.lisp}}`
|