Tag Archives: Common-lisp

SBCL 1.1.4

Somehow I missed the fact that SBCL 1.1.4 was released at the end of January. I just compiled and installed it and as usual everything is fine. The new release is mainly bug fixes and an optimization to the LOOP … Continue reading

Posted in Programming | Tagged , | Leave a comment

Replace Emacs?

Lord I get tired of reading this sort of thing. The tl;dr is that: N00bs don’t like Emacs because it’s not like Notepad and thus has a steep learning curve. Most Lispers use Emacs. Because of 1. and 2. n00bs … Continue reading

Posted in General | Tagged , , | 1 Comment

Some Common Lisp Resources

Here’s a collection of some useful Common Lisp resources that I’ve come across recently. Getting started with Common Lisp A useful introduction to the basics of using Common Lisp for the n00b. 9 of the Best Free Lisp Books A … Continue reading

Posted in Programming | Tagged , | 2 Comments

SBCL 1.1.3

The fine folks at SBCL.org have released version 1.1.3 of their Common Lisp system. One of the contributed packages (SB-SPROF) failed a test on my MacBook Pro but worked fine on my iMac. It looks like a VM problem when … Continue reading

Posted in Programming | Tagged , | Leave a comment

Lispdoc

The other day I wrote about discovering Steve Purcell’s emacs.d repository on GitHub. Today, I want to talk about another wonderful thing I discovered there: Lispdoc. Bill Moorier’s Lispdoc is a documentation search engine for Common Lisp that searches The … Continue reading

Posted in Programming | Tagged , , | Leave a comment

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

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