From 3d242814abc401cca175c6561b9d33e7e07fec9f Mon Sep 17 00:00:00 2001 From: Ben Dyer <43922444+ben-dyer@users.noreply.github.com> Date: Fri, 16 Apr 2021 10:39:01 +0900 Subject: [PATCH] sbcl: add page (#5772) --- pages/common/sbcl.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/sbcl.md 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}}`