33%
44
55Steel Bank Common Lisp (SBCL) is aggressively maintained with releases
6- approximately monthly as of 2012 . SBCL has a long history, with its
7- source code stretching back to the early '80s under different
8- systems. This tutorial recommends SBCL due to its popularity at the time
9- of writing. Other opens source systems such as ECL, CLISP, CMUCL, and
10- CCL exist.
6+ approximately monthly. SBCL has a long history, with its source code
7+ stretching back to the early '80s under different systems. This
8+ tutorial recommends SBCL due to its popularity at the time of
9+ writing. Other opens source systems such as ECL, CLISP, CMUCL, and CCL
10+ exist.
1111
1212Installing on Linux and OSX
1313---
@@ -53,11 +53,11 @@ Dear Windows SBCL user, please tell us how it's done!
5353
5454Further installation on Linux/OSX
5555---
56- Sometimes the SBCL you pick up from sbcl.org isn't as feature-complete
57- as you want, or perhaps you want to recompile it for your own reasons
56+ Sometimes the SBCL you pick up from sbcl.org isn't as feature-complete
57+ as you want, or perhaps you want to recompile it for your own reasons
5858(i.e., the Hunchentoot web server requires threads).
5959
60- In order to do this, download the * source* SBCL package and issue this
60+ In order to do this, download the * source* SBCL package and issue this
6161set of commands:
6262
6363``` Bash
@@ -66,9 +66,9 @@ pushd doc/manual/ && make && popd
6666sudo sh ./install.sh
6767```
6868
69- * --fancy builds with several optional features as of 1.1.3:
70- : sb-core-compression : sb-xref-for-internals : sb-after-xc-core , plus
69+ * --fancy builds with several optional features as of 1.1.3:
70+ : sb-core-compression : sb-xref-for-internals : sb-after-xc-core , plus
7171 threading on supported platforms.
7272
73- * For platforms with very limited memory, --dynamic-space-size=<MB >
73+ * For platforms with very limited memory, --dynamic-space-size=<MB >
7474 can help ensure that you don't blow the internal Lisp heap.
0 commit comments