1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

sbcl: add page (#5772)

This commit is contained in:
Ben Dyer 2021-04-16 10:39:01 +09:00 committed by GitHub
parent cee4489f56
commit 3d242814ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/common/sbcl.md Normal file
View 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}}`