Files
cheatsheet-tldr/tldr/sbcl
2025-12-21 00:23:35 +00:00

18 lines
327 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/#Command-Line-Options>.
- Start a REPL (interactive shell):
`sbcl`
- Execute a Lisp script:
`sbcl --script {{path/to/script.lisp}}`