Tag Archives: Common-lisp

Lisp in Production

If you’re a Lisper, you’ve probably heard many times that it’s not practical to use Lisp in production. Despite the many counter examples (Viaweb, ITA, …) this myth—like the one about Lisp being slow—refuses to die. Vsevolod Dyomkin and Kevin … Continue reading

Posted in General | Tagged , , | Leave a comment

PSA

Apress is having a 40% sale on the eBook versions of Edi Weitz’s Common Lisp Recipes. If you’re a Lisper, you’ll definitely want this book. I just bought my copy so I haven’t had a chance to peruse it yet. … Continue reading

Posted in General | Tagged , | Leave a comment

Eazy Gnuplot Cookbook

Via Jean-Philippe Paradis I found this gnuplot cookbook companion for eazy-gnuplot. I really like gnuplot and its ability to produce a large variety of excellent plots. Unfortunately, I don’t use it often enough to internalize its documentation and it’s always … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.3.1 Released

The latest release of Steel Bank Common Lisp, version 1.3.1, was released on November 27. This month’s release contains 7 enhancements, including SB_THREAD for ARM64, and a bunch of bug fixes. See the NEWS page for details. As usual, I … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.3.0

The latest version of Steel Bank Common Lisp (version 1.3.0) is out. This version fixes a few bugs, includes a port to Linux on ARM64, and includes a new, optional interpreter. See the NEWS page for details. I compiled the … Continue reading

Posted in Programming | Tagged , | Leave a comment

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.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