What is a good book or tutorial to learn Lisp?

link|improve this question

50% accept rate
feedback

5 Answers

up vote 8 down vote accepted

Practical Common Lisp is an awesome (and free) book for anyone interested in the language.

link|improve this answer
feedback

If you like learning by writing games "Land of Lisp" is now available, see http://landoflisp.com

link|improve this answer
thanks, can't wait to get my hands on that one – Philar Nov 4 '10 at 7:36
1  
I have not read the book yet but the web site is great. Contains a promotional comic and a music video. Not your typical programming book it seems. – Alexandre Jasmin Nov 4 '10 at 7:42
feedback

A good place to start off would be the ANSI Common Lisp by Paul Graham which is what I'm hooked onto right now :)

EDIT: As mentioned by spacemanaki "there a few areas where Graham's coding style should not be considered typical" and are listed here.

link|improve this answer
1  
ANSI Common Lisp is indeed quite good, however it's obligatory to link to this page which outlines some of the quirks in his style: cs.northwestern.edu/academics/courses/325/readings/graham/… – spacemanaki Nov 5 '10 at 15:57
Many thanks will add this – Philar Nov 5 '10 at 17:36
feedback

Lisp (3rd Ed) by Winston and Horn is actually a pretty good textbook. I picked it up for a steal (plenty of $2 used copies on Amazon) and I've found it to be a decent learning tool. it is sometimes easier to read than ANSI Common Lisp by Paul Graham, although some of the advanced stuff is a bit weird or out-of-date.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.