Tag Archives: Lisp

SBCL 1.2.16

SBCL 1.2.16 has been released and is ready for download at the usual place. This month’s update has one enhancement involving timers and 3 bug fixes. You can read the details on the NEWS page. As usual, I compiled the … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.2.15

The new SBCL (version 1.2.15) is out and ready for download. This release fixes some bugs, updates to ASDF 3.1.5, and makes some small improvements to PROGN and DEFCLASS. See the NEWS page for the details. As usual, I compiled … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL versus C++

Drmeister has an interesting mini-benchmark that compares Common Lisp to C++ and Python. The real purpose of the post is to compare the performance of CCLASP Common Lisp to C++. CCLASP is a new Common Lisp system that drmeister is … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.2.14 Released

The latest version of Steel Bank Common Lisp is available at the usual place. You can check the NEWS page for the changes in this iteration. When I first tried to download it from Sourceforge, it wasn’t available and Sourceforge … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.2.13 Released

The Steel Bank Common Lisp developers have released version 1.2.13. The release fixes 8 bugs and has a few enhancements for the Windows port and for threading. See the NEWS file for the details. The system compiled without incident as … Continue reading

Posted in General | Tagged , | Leave a comment

A New Common Lisp Book

Lispers have traditionally eschewed regular expressions but the truth is that they are often useful and sometimes the most practical way to deal with a problem. Because of the bias against regular expressions, the CL specification does not include them. … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.2.11 is Out

I downloaded, compiled, and installed SBCL 1.2.11, the latest monthly release of the SBCL system. When I ran the regression tests (on OS X 10.10.3) I got one failure. The main development platform is Linux so I’m assuming this is … Continue reading

Posted in Programming | Tagged , | Leave a comment

SBCL 1.2.10

SBCL 1.2.10 is out and available at the usual place. This month’s release is mainly bug fixes, although there is one enhancement. You can get all the details from the NEWS page. As usual, the system built and ran the … Continue reading

Posted in Programming | Tagged , | Leave a comment

SBCL 1.2.9

Steel Bank Common Lisp is out and available at the usual place. This month’s release has some optimizations and a bunch of bug fixes. You can get the details from SBCL’s NEWS page. As I say every month, if you’re … Continue reading

Posted in Programming | Tagged , | Leave a comment

SBCL 1.2.8

Last night, I installed the latest version (1.2.8) of SBCL. As usual, the regression tests and installation executed without problem. You can get your copy at the usual place. This month’s release fixes some bugs, has three enhancements, and two … Continue reading

Posted in Programming | Tagged , | Leave a comment