SBCL is a fork off of the main branch of CMUCL. SBCL is distinguished from CMUCL by a greater emphasis on maintainability. In particular, the SBCL system can be built directly from its source code, so that the output corresponds to the source code in a controlled, verifiable way, and arbitrary changes can be made to the system without causing bootstrapping problems. SBCL also places less emphasis than CMU CL does on new non-ANSI extensions, or on backward compatibility with old non-ANSI features.
More information at the project page at http://sbcl.sourceforge.net/, and on the SBCL Internals CLiki
Common-Lisp-Controller-compatible SBCL Debian (.deb) packages are part of Debian GNU/Linux 3.0/Woody and Debian GNU/Linux 3.1/Sarge for Alpha, x86, PPC, and SPARC. Later releases will include more architectures.
The Sun's assembler doesn't like the GNU syntax used in the SBCL assembler sources, so something like the following is required:
$ ln -s `which gcc` ~/bin/gcc $ ln -s `which gas` ~/bin/as $ export COMPILER_PATH=~/bin
Also, when building from CMUCL you need to add the following stanza to src/cold/ansify.lisp:
#+(and cmu sparc) (ext:set-floating-point-modes :traps '(:overflow :invalid :divide-by-zero))
(unless (equalp
(lisp-implementation-type)
"SBCL") (quit))
#-sbcl(quit)
Older versions of SBCL don't tolerate shebang lines (CLISP does). To create an SBCL script, manual/Shebang-Scripts.html suggests using an external trampoline or init hair. That's silly. An executable file without a shebang line defaults to sh. So an SBCL script is simply
$ cat foo #| exec sbcl --noinform --load $0 --end-toplevel-options "$@" |# (format t "hi~%") (quit) $ chmod a+x foo $ ./foo hi $To compile, simply
#| fasl=`dirname $0`/`basename $0 .lisp`.fasl [ $fasl -ot $0 ] && sbcl --noinform --eval "(compile-file \"$0\")" --eval "(quit)" > /dev/null exec sbcl --noinform --load $fasl --end-toplevel-options "$@" |#
Unpack the source tarball.
Set INSTALL_ROOT to where you want it to go.
export INSTALL_ROOT=$HOME
Now use this hack so it will look for the core file in the right place
export CC="cc '-DSBCL_HOME=\"$INSTALL_ROOT/lib/sbcl/\"'" sh make.sh sh install.sh
Put this in your .sbclrc
(require 'sb-bsd-sockets) ; needed now because it does not gel well with the path munging by the common-lisp-controller
(load "/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp") (common-lisp-controller:init-common-lisp-controller-v4 "sbcl")
Pages in this topic: ASDF-Install CLORB CloserLookAtCharacters CMUCL Hints Entomotomy SBCL Internals trivial-dump-core
Also linked from: ACL-COMPAT araneida asdf Benchmarks Bill Newman Brian Cully Buildapp cgn Changes in June 2000 Changes in March 2001 Chemboy chemical-compounds Christophe cirCLe CL-AJAX CL-API cl-btree CL-DTYPE cl-kappa cl-l10n cl-modlisp CL-MPD cl-muproc cl-package-aliases CL-PACKAGE-LOCKS cl-pdf.arglists CL-SDL CL-SMTP cl-store cl-tumblr cl-wal cl-web-crawler cl-xml cl-yahoo clg CLiki CLiki Installation cloak CLOCC Clon CLOS Closure CLVM clws CLX Common Lisp implementation Craig Lanning Cusp Date-Calc David Steuber db-sockets Debian Decaf detachtty evol Express Engine Factorial features FreeBSD Geiriadur Gentoo Geoff Cant Hemlock Hunchentoot IOLib IOlib-POSIX ip-interfaces Issue ARRAY-ELEMENT-TYPE-NIL Issue CLOSE-FILE-OPENED-WITH-SUPERSEDE Issue DEFINE-COMPILER-MACRO-DECLINE Issue DEFINE-CONDITION-DOCUMENTATION Issue DEFINE-CONDITION-SLOT-NAME Issue DEFINE-CONDITION-WRITERS Issue DEFMACRO-VALUES Issue EQUAL-CIRCULAR-LIST Issue LOOP-FINALLY-VARIABLES Issue PRINTING-ARRAYS-READABLY Issue PRINTING-SPACE Issue STANDARD-PACKAGE-NICKNAMES Jabberwocky Juho Snellman Langband Leonardo Varuzza lep Less Recent Changes Linedit Linux Lisp History Lisp newbie lisp-cgi-utils lispbuilder-sdl lisppaste LMud ltd Luigi Panzeri MacOS X Marko Kocic Martin Atzmueller MatLisp McCLIM MD5 mel-base MT19937 Nikodemus Siivola periodic-table Pg phtml PLOKAMI poiu Portable Hemlock portable-clx Proposed ANSI Revisions and Clarifications psgraph Pyffi Python quick-arrays reattatchabe slime Robert Strandh RT sb-readline sb-simple-audio sb-sprof-ui SHA1 simple-stream SLIME Solaris Suggested Programming Projects swap-bytes Teemu Kalvas timer Toplevel trivial-sockets trivial-xmpp Tyler Eaves UFFI Unicode support usocket usocket-udp vcs-tree wilbur-web XCL
CLiki pages can be edited by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively