- Steel Bank Common Lisp
Infobox Software
name = SBCL
logo =
author = Forked by William Newman fromCMUCL
developer = Various
released = December 1999 (fork)
latest release version = 1.0.20
latest release date = 1 September 2008
latest preview version =
latest preview date =
operating system =Linux ,Solaris ,FreeBSD ,NetBSD ,OpenBSD ,Mac OS X ,Microsoft Windows
platform =Cross-platform
language =Common Lisp
genre =Compiler andruntime
license =Public Domain , with parts covered by theMIT License andBSD License (sans advertising clause)
website = [http://www.sbcl.org/ www.sbcl.org]Steel Bank Common Lisp (SBCL) is a free
Common Lisp implementation that features ahigh performance native compiler,Unicode support and threading.The name "Steel Bank Common Lisp" is a play on words based on Carnegie Mellon University Common Lisp from which SBCL forked:
Andrew Carnegie made his fortune in the steel industry andAndrew Mellon was a successful banker.History
SBCL is descended from
CMUCL , which is itself descended fromSpice Lisp , including early implementations for the Mach operating system on the IBM RT, back in the 1980s.William Newman originally announced SBCL as a variant of CMUCL in December 1999. [http://www-jcsu.jesus.cam.ac.uk/~csr21/sbcl-0.0 original email announcement of the fork from CMUCL] Main point of divergence at the time was a clean
bootstrapping procedure: CMUCL requires an already compiledexecutable binary of itself in order to compile the CMUCL source code, whereas SBCL supported bootstrapping from - theoretically - anyANSI -compliant Common Lisp implementation.SBCL became a
SourceForge.net project on its own right in late 2000. The original rationale for the fork was to continue the initial work done by Newman without destabilizing CMUCL which was at the time already a mature and much used implementation. The forking was amicable, and there has since then been significant flows of code and other cross-pollination between the two projects.Since then SBCL has attracted several developers, been ported to multiple hardware architectures and operating systems, and undergone many changes and enhancements: while it has dropped support for several CMUCL extensions that it considers beyond the scope of the project (such as the Motif interface) it has also developed many new ones, including native threading and Unicode support.
Version 1.0 was released in November 2006, and active development continues.
William Newman stepped down as project administrator for SBCL in April 2008. [http://groups.google.com/group/sbcl-devel/msg/4374486c33601c7f Mail from William Newman where he announces his resignation] Several other developers have taken over interim management of releases for the time being. [http://groups.google.com/group/sbcl-devel/msg/59c9cd6ce9949b61 Mail from Christophe Rhodes describing the interim SBCL management]
References
External links
* [http://www.sbcl.org SBCL homepage]
* [http://planet.sbcl.org Planet SBCL] - updated list of SBCL commits, testcase results, etc.
* [http://sbcl-internals.cliki.net/index SBCL internals wiki]
Wikimedia Foundation. 2010.