tldr/pages/common/sbcl.md

13 lines
211 B
Markdown
Raw Normal View History

2021-04-16 02:39:01 +01:00
# 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}}`