1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sbcl.md

13 lines
205 B
Markdown
Raw Normal View History

2021-04-16 10:39:01 +09:00
# sbcl
> High performance Common Lisp compiler.
> More information: <http://www.sbcl.org/>.
- Start a REPL (interactive shell):
2021-04-16 10:39:01 +09:00
`sbcl`
- Execute a Lisp script:
`sbcl --script {{path/to/script.lisp}}`