What is a good book or tutorial to learn Lisp?
|
feedback
|
|
Practical Common Lisp is an awesome (and free) book for anyone interested in the language. | |||
|
feedback
|
|
If you like learning by writing games "Land of Lisp" is now available, see http://landoflisp.com | |||||||
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. | |||||||
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. | |||
|
feedback
|
|
Have you ever look for at http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books ? | |||
|
feedback
|