mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
12 lines
205 B
Markdown
12 lines
205 B
Markdown
# sbcl
|
|
|
|
> High performance Common Lisp compiler.
|
|
> More information: <http://www.sbcl.org/>.
|
|
|
|
- Start a REPL (interactive shell):
|
|
|
|
`sbcl`
|
|
|
|
- Execute a Lisp script:
|
|
|
|
`sbcl --script {{path/to/script.lisp}}`
|