mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 06:02:14 +00:00
Update cheatsheets
This commit is contained in:
17
sbcl
Normal file
17
sbcl
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sbcl
|
||||
|
||||
> High performance Common Lisp compiler.
|
||||
> More information: <http://www.sbcl.org/>.
|
||||
|
||||
- Start a REPL (interactive shell):
|
||||
|
||||
`sbcl`
|
||||
|
||||
- Execute a Lisp script:
|
||||
|
||||
`sbcl --script {{path/to/script.lisp}}`
|
||||
Reference in New Issue
Block a user