Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all). It also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter. SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.
| Tags | Software Development Debuggers Compilers Interpreters |
|---|---|
| Licenses | BSD Original Public Domain |
| Operating Systems | POSIX Solaris BSD OpenBSD FreeBSD Linux Mac OS X |
| Implementation | Lisp Common Lisp |
Recent releases


Changes: One build change, one optimization, two enhancements, and four bugfixes.


Changes: This release adds two optimizations and one fix.


Changes: Four bugs were fixed.


Changes: Experimental support was added for the ppc/openbsd platform. Eight bugs were fixed.


Changes: A host of enhancements and bugfixes have made it into this release. New contrib: SB-CONCURRENCY.
- All comments
Recent commentsLicencing issues and portability
Unfortunately, the Trove categories aren't quite as flexible as we want.
Please note that parts of this project have MIT and BSD-ish licences.
sbcl works on GNU/Linux, FreeBSD, and OpenBSD on x86 CPUs, GNU/Linux and Tru64 on Alpha CPUs, GNU/Linux and Solaris on SPARC CPUs as well as GNU/Linux on PPC CPUs