Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37723144
en ru br
ALT Linux repos
S:2.3.8-alt1
5.0: 1.0.25-alt1
4.1: 1.0.12-alt1
4.0: 1.0.12-alt1
3.0: 0.9.5-alt1

Group :: Development/Lisp
RPM: sbcl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.12-alt1
Build date: 15 december 2007, 21:50 ( 854.8 weeks ago )
Size: 3.01 Mb

Home page:   http://sbcl.sourceforge.net/

License: Distributable
Summary: Steel Bank Common ANSI Common Lisp
Description:

Steel Bank Common Lisp (SBCL) is an open source (free software) compiler
and runtime system for ANSI Common Lisp. It provides an interactive
environment including an integrated native compiler, a debugger,
and many extensions.

SBCL runs on many UNIX and UNIX-like systems.

SBCL is a fork off of the main branch of CMU CL. Broadly speaking,
SBCL is distinguished from CMU CL by a greater emphasis on
maintainability. Maybe someday this will translate into better
stability, better ANSI compliance, and so forth, but for now, the big
advantage is that an SBCL system is built directly from scratch, as an
ordinary software system is.

SBCL also places less emphasis than CMU CL does on non-ANSI
extensions, either on backward compatibility with the old CMU CL
non-ANSI extensions or on adding new non-ANSI extensions.

SBCL derives most of its code from CMU CL, created at Carnegie Mellon
University. Radical changes have been made to some parts of the system
(particularly bootstrapping) but most fundamentals (like the mapping
of Lisp abstractions onto the underlying hardware, the basic
architecture of the compiler, and most of the runtime support code)
are only slightly changed. Enough changes have been made to the
interface and architecture that calling the new system CMU Common Lisp
would cause confusion - the world does not need multiple incompatible
systems named CMU CL. But it's appropriate to acknowledge the descent
from the CMU hackers (and post-CMU CMU CL hackers) who did most of the
heavy lifting to make the system work. So the system is named Steel
Bank after the industries where Andrew Carnegie and Andrew Mellon,
respectively, made the big bucks.

Current maintainer: Vadim V. Zhytnikov

List of contributors

List of rpms provided by this srpm:

  • sbcl
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin