1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sbcl.md
2024-10-12 10:02:00 +02:00

12 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}}`