-
Notifications
You must be signed in to change notification settings - Fork 1
Sbcl
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.
Category:Common Lisp Category:Implementation- Resources by dialect
- [Common Lisp](Common Lisp)
- Scheme
- Clojure
- ClojureScript
- Emacs Lisp
- Non Lisp Specific Resources
- Assets
- [Miscellaneous](Non Lisp Specific Resources)
- [Lisp games](Lisp Games)
- About this Wiki