Steel Bank Common Lisp

SBCL
Original author(s) Forked by William Newman from CMUCL
Developer(s) Various
Initial release December 1999 (1999-12) (fork)
Stable release
1.3.12 / November 29, 2016 (2016-11-29)[1]
Repository git.code.sf.net/p/sbcl/sbcl
Operating system Linux, Solaris, DragonFly BSD, FreeBSD, NetBSD, OpenBSD, Mac OS X, Microsoft Windows
Platform Cross-platform
Available in Common Lisp
Type Compiler and runtime
License Public Domain, with parts covered by the MIT License and BSD License (sans advertising clause)
Website www.sbcl.org

Steel Bank Common Lisp (SBCL) is a free Common Lisp implementation that features a high performance native compiler, Unicode support and threading.

The name "Steel Bank Common Lisp" is a reference to Carnegie Mellon University Common Lisp from which SBCL forked: Andrew Carnegie made his fortune in the steel industry and Andrew Mellon was a successful banker.

History

SBCL is descended from CMUCL, which is itself descended from Spice Lisp, including early implementations for the Mach operating system on the IBM RT, and the Three Rivers Computing Corporation PERQ computer, in the 1980s.

William Newman originally announced SBCL as a variant of CMUCL in December 1999.[2] The main point of divergence at the time was a clean bootstrapping procedure: CMUCL requires an already compiled executable binary of itself in order to compile the CMUCL source code, whereas SBCL supported bootstrapping from - theoretically - any ANSI-compliant Common Lisp implementation.

SBCL became a SourceForge.net project in 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,[3] 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. As of 2011, the documentation is quite substantial but still considered a work in progress[4] by the developers.

William Newman stepped down as project administrator for SBCL in April 2008.[5] Several other developers have taken over interim management of releases for the time being.[6]

For the tenth anniversary of SBCL, a Workshop was organized.[7]

References

  1. News Steel Bank Common Lisp
  2. http://www-jcsu.jesus.cam.ac.uk/~csr21/sbcl-0.0 original email announcement of the fork from CMUCL
  3. http://www.sbcl.org/platform-table.html
  4. http://www.sbcl.org
  5. http://groups.google.com/group/sbcl-devel/msg/4374486c33601c7f Mail from William Newman where he announces his resignation
  6. http://groups.google.com/group/sbcl-devel/msg/59c9cd6ce9949b61 Mail from Christophe Rhodes describing the interim SBCL management
  7. SBCL's 10th Anniversary Workshop
This article is issued from Wikipedia - version of the 12/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.