HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sbcl — High performance Common Lisp compiler. More information: <https://www.sbcl.org/manual/#Command-Line-

Submitted by: @import:tldr-pages··
0
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):
sbcl


Execute a Lisp script:
sbcl --script {{path/to/script.lisp}}

Code Snippets

Start a REPL (interactive shell)

sbcl

Execute a Lisp script

sbcl --script {{path/to/script.lisp}}

Context

tldr-pages: common/sbcl

Revisions (0)

No revisions yet.