You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.