sbcl: add page (#5772)
This commit is contained in:
12
pages/common/sbcl.md
Normal file
12
pages/common/sbcl.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# 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}}`
|
Reference in New Issue
Block a user