mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
211 B
211 B
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}}