Skip to content

Commit

Permalink
sbcl: add page (tldr-pages#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-dyer authored Apr 16, 2021
1 parent cee4489 commit 3d24281
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/sbcl.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 3d24281

Please sign in to comment.