diff --git a/pages/common/sbcl.md b/pages/common/sbcl.md new file mode 100644 index 0000000000..961d5d0037 --- /dev/null +++ b/pages/common/sbcl.md @@ -0,0 +1,12 @@ +# sbcl + +> High performance Common Lisp compiler. +> More information: . + +- Start an SBCL interactive shell (REPL): + +`sbcl` + +- Execute a Lisp script: + +`sbcl --script {{path/to/script.lisp}}`