mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-30 13:33:48 +02:00
244 B
244 B
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}}