snippetbashTip
sbcl — High performance Common Lisp compiler. More information: <https://www.sbcl.org/manual/#Command-Line-
Viewed 0 times
commandclisbcllisphighcompilerperformancecommon
Problem
How to use the
sbcl command: High performance Common Lisp compiler. More information: <https://www.sbcl.org/manual/#Command-Line-Options>.Solution
sbcl — High performance Common Lisp compiler. More information: <https://www.sbcl.org/manual/#Command-Line-Options>.Start a REPL (interactive shell):
sbclExecute a Lisp script:
sbcl --script {{path/to/script.lisp}}Code Snippets
Start a REPL (interactive shell)
sbclExecute a Lisp script
sbcl --script {{path/to/script.lisp}}Context
tldr-pages: common/sbcl
Revisions (0)
No revisions yet.