Jump to content

Steel Bank Common Lisp: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m update
Trilemma2 (talk | contribs)
New version 1.5.4
Line 7: Line 7:
| developer = Various
| developer = Various
| released = {{Start date and age|1999|12}} (fork)
| released = {{Start date and age|1999|12}} (fork)
| latest release version = 1.5.3
| latest release version = 1.5.4
| latest release date = {{Start date and age|2019|05|27}}<ref>[http://sbcl.org/news.html News] Steel Bank Common Lisp</ref><ref>https://github.com/sbcl/sbcl/releases</ref>
| latest release date = {{Start date and age|2019|06|29}}<ref>[http://sbcl.org/news.html News] Steel Bank Common Lisp</ref><ref>https://github.com/sbcl/sbcl/releases</ref>
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =

Revision as of 13:33, 30 June 2019

SBCL
Original author(s)Forked by William Newman from CMUCL
Developer(s)Various
Initial releaseDecember 1999; 24 years ago (1999-12) (fork)
Stable release
1.5.4 / June 29, 2019; 5 years ago (2019-06-29)[1][2]
Repository
Operating systemLinux, Solaris, DragonFly BSD, FreeBSD, NetBSD, OpenBSD, Mac OS X, experimentally: Microsoft Windows
PlatformCross-platform
Available inCommon Lisp
TypeCompiler and runtime
LicensePublic Domain, with parts covered by the MIT License and BSD License (sans advertising clause)
Websitewww.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 descends from CMUCL, which is itself descended from Spice Lisp,[3] including early implementations for the Mach operating system on the IBM RT PC, and the Three Rivers Computing Corporation PERQ computer, in the 1980s.

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

SBCL became a SourceForge project in September 2000.[3] 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,[5] 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.[6] Several other developers have taken over interim management of releases for the time being.[7]

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

References

  1. ^ News Steel Bank Common Lisp
  2. ^ https://github.com/sbcl/sbcl/releases
  3. ^ a b c Hirschfeld & Rose 2008, p. 76.
  4. ^ http://www-jcsu.jesus.cam.ac.uk/~csr21/sbcl-0.0 original email announcement of the fork from CMUCL
  5. ^ http://www.sbcl.org/platform-table.html
  6. ^ http://groups.google.com/group/sbcl-devel/msg/4374486c33601c7f Mail from William Newman where he announces his resignation
  7. ^ http://groups.google.com/group/sbcl-devel/msg/59c9cd6ce9949b61 Mail from Christophe Rhodes describing the interim SBCL management
  8. ^ SBCL's 10th Anniversary Workshop

Works cited

  • Hirschfeld, Robert; Rose, Kim (2008). Self-Sustaining Systems: First Workshop, S3 2008 Potsdam, Germany, May 15–16, 2008, Proceedings. Springer. ISBN 978-3-540-89275-5. {{cite book}}: Invalid |ref=harv (help)

Further reading