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

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}}`