
SBCL 0.8alpha: first prerelease
The SBCL team has tagged a prerelease version of the upcoming 0.8.0
release of the SBCL system. The motivation for doing so was to
encourage testing of the new features in this release, notably native
threads under x86/Linux and an interface to the MOP in a more
integrated fashion than in previous releases. Feedback, whether
reporting successes or problems, to the development mailing list would
be most welcome.
Steel Bank Common Lisp is a development system for ANSI Common Lisp,
running on Unix and Unix-like systems.
download: < http://www.*-*-*.com/ ;
mailing list information: < http://www.*-*-*.com/ ;
homepage: < http://www.*-*-*.com/ ;
--
http://www.*-*-*.com/ ~csr21/ +44 1223 510 299/+44 7729 383 757
(set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b)))
(defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)