sbcl: add page (#5772)
This commit is contained in:
parent
cee4489f56
commit
3d242814ab
|
|
@ -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}}`
|
||||
Loading…
Reference in New Issue