Files
cheatsheet-tldr/tldr/sbcl
2025-08-17 00:22:45 +00:00

18 lines
337 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# sbcl
> High performance Common Lisp compiler.
> More information: <https://www.sbcl.org/manual/index.html#Command-Line-Options>.
- Start a REPL (interactive shell):
`sbcl`
- Execute a Lisp script:
`sbcl --script {{path/to/script.lisp}}`