Tag Archives: Common-lisp

Common Lisp versus Emacs Lisp

As a user of both Elisp and Common Lisp I sometimes have a hard time remembering the small differences. Many of these are “hidden” in the sense that identically named functions behave differently. One such example is that functions such … Continue reading

Posted in General | Tagged , , , | Leave a comment

A Lisp Bookshelf

Mozart Reina has a post up about his Lisp bookshelf. It’s a nice collection of books that anyone wanting to master Lisp should read. My favorite, SICP, is there as is Lisp in Small Pieces a book I very much … Continue reading

Posted in General | Tagged , | 1 Comment

Tail Call Optimization in Lisp Implementations

Early on in my Lisp education, I learned Scheme and became enamored with using recursion as a primary iteration strategy. It’s hard to avoid this in Scheme because it doesn’t have any other general recursion mechanisms besides do. In Common … Continue reading

Posted in Programming | Tagged , | Leave a comment

SBCL 1.1.9 Is Out

The latest version of Steel Bank Common Lisp, 1.1.9, is out and available at the usual place. As always, the system built and tested without problems on my MacBook Pro and iMac. The big news this month is that SBCL … Continue reading

Posted in Programming | Tagged , | Leave a comment

Speculative Problems

Jean-Philippe Paradis tweeted the perfect answer to those who complain about “problems” with Lisp syntax. The tweet was apparently provoked by this post from John Cook that, while discussing symbols in programming languages, remarked that “Lisp’s typographical monotony makes it … Continue reading

Posted in General | Tagged , | 7 Comments

Lisp Hackers

For some time Vsevolod Dyomkin has been running interviews with Lisp hackers on his blog, Lisp, The Universe and Everything. Irreal has featured many of these in the past. Now Dyomkin has gathered those interviews and assembled them into a … Continue reading

Posted in Programming | Tagged , | Leave a comment

Quickutil

Robert Smith and Eitarow Fukamachi have started a really interesting new project: Quickutil. The idea is to do for small Lisp utilities what Quicklisp does for Lisp libraries. Smith explains it all on his SYMBO1ICS IDEAS blog but the TL;DR … Continue reading

Posted in General | Tagged , | Leave a comment

European Lisp Symposium

Here are links to the talks from the European Lisp Symposium from this June. There were some technical problems but most of the talks were captured. These are audio links and in some cases the accompanying slides (as PDFs). If … Continue reading

Posted in General | Tagged , | Leave a comment

Quickdocs Documentation

Quickdocs keeps getting better and better. Now they have nicely formatted documentation for the Quicklisp packages. These are nice enough and easy enough to access that I use them for my primary package documentation. They’re a lot easier to bring … Continue reading

Posted in Programming | Tagged , | Leave a comment

Marc Battyani Interview

Vsevolod Dyomkin has another great entry in his series of interviews with Lisp hackers over at Lisp, The Universe and Everything. This time it’s with Marc Battyani, a Lisp hacker and entrepreneur whose company, NovaSparks, builds ultra-low-latency FPGA-based supercomputers for … Continue reading

Posted in General | Tagged , | Leave a comment