Skip to content
Sharps edited this page Sep 13, 2013 · 7 revisions

SBCL is an open source Common Lisp implementation noted for it's high performance. Probably the most widely used common lisp implementation, certainly the most widely used free one. It has very good library and tools support, and good documentation.

It is one of the fastest lisp implementations, due to it's highly optimized native code compiler. By default, executables shipped with SBCL are larger than those built with other implementations.

If you try to ship Windows executable images ('applications') with SBCL, beware the KittenOfDeath.

Links

Category:Common Lisp Category:Implementation

logo

Clone this wiki locally