mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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}}`
|