1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 22:06:03 +02:00
tldr/pages/common/sbcl.md
2021-04-15 21:39:01 -04:00

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