Tag Archives: Lisp

Silly Arguments

It’s time, again, for me to be grumpy and start waving my cane at those damn kids playing on my lawn. Some of you, ever solicitous of my mental health and well being have advised me not to care what … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.1.2 Is Released

Christophe Rhodes is announcing that he has released Steel Banks Common Lisp 1.1.2. You can get the release at the SBCL Download Page. As always, installation is simple. I did my usual dance of sh make.sh cd test sh run-tests.sh … Continue reading

Posted in Programming | Tagged , | Leave a comment

Mawking AWK with Lisp

Back in 2009, Brendan O’Connor over at AI and Social Science posted an article entitled Don’t MAWK AWK—the fastest and most elegant big data munging language! He recently posted an update that caused the original article to pop up on … Continue reading

Posted in Programming | Tagged , | Leave a comment

The Y-Combinator

Jim Weirich, of Neo gave a really nice talk on The Y-Combinator at RubyConf2012. Given the venue, the examples are, of course, in Ruby but you should have no difficulty following them: I know no Ruby at all but was … Continue reading

Posted in Programming | Tagged | 1 Comment

Common Lisp Naming Conventions

Over at the newly redesigned Common Lisp Wiki, CLiki, they have an excellent page on Common Lisp naming conventions. Most people that have done a non-trivial amount of Lisp programming will be at least dimly aware of many of these … Continue reading

Posted in Programming | Tagged , | Leave a comment

SBCL 1.1.1 Is Out

Steel Bank Common Lisp 1.1.1 is out. As usual, compilation and installation were a snap. Out of irrational paranoia I always run the verification tests after I compile. Of course, everything was fine: all the tests except those expected to … Continue reading

Posted in General | Tagged , | Leave a comment

An Interview with François-René (Faré) Rideau

Vsevolod Dyomkin over at Lisp, the Universe and Everything has posted another in his series of interviews with Lisp luminaries. This time it’s with François-René (Faré) Rideau one of the key developers at ITA and an author of the Google … Continue reading

Posted in General | Tagged , | Leave a comment

The Google Common Lisp Style Guide

Google has made their Common Lisp Style Guide—presumably from ITA—available to the public. As with any style guide, almost everyone will find something to disagree with but by and large it appears to be a very reasonable compendium of best … Continue reading

Posted in Programming | Tagged , | 1 Comment

Chibi Scheme

I just ran across an update announcement for Chibi Scheme, a small Scheme intended to be used as an extension language for C programs. It supports the small R7RS language and can be configured at compile time to produce a … Continue reading

Posted in Programming | Tagged , | Leave a comment

Reader Macros

J.V. Toups over at Dorophone has a nice, short introduction to Common Lisp reader macros. The conventional wisdom is that it’s best to avoid reader macros when you can and the use cases that Toups examines probably fall into that … Continue reading

Posted in Programming | Tagged , | Leave a comment