Files
cheatsheet-tldr/tldr/sbcl
2024-10-13 00:18:36 +00:00

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