mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 09:45:59 +02:00
sbcl: add page (#5772)
This commit is contained in:
parent
cee4489f56
commit
3d242814ab
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue