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