1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 13:33:48 +02:00
tldr/pages/common/sbcl.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

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}}