2025-03-14 21:59:59 -06:00
|
|
|
# sbcl
|
|
|
|
|
|
|
|
|
|
> High performance Common Lisp compiler.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://www.sbcl.org/manual/index.html#Command-Line-Options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start a REPL (interactive shell):
|
|
|
|
|
|
|
|
|
|
`sbcl`
|
|
|
|
|
|
|
|
|
|
- Execute a Lisp script:
|
|
|
|
|
|
|
|
|
|
`sbcl --script {{path/to/script.lisp}}`
|