问题
What is a good book or tutorial to learn Lisp?
回答1:
Practical Common Lisp is an awesome (and free) book for anyone interested in the language.
回答2:
If you like learning by writing games "Land of Lisp" is now available, see http://landoflisp.com
回答3:
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.
回答4:
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.
回答5:
Have you ever look for at https://stackoverflow.com/questions/194812/list-of-freely-available-programming-books ?
回答6:
One of the best books for a beginner to learn Lisp by David S. Touretzky: http://www.cs.cmu.edu/~dst/LispBook/
来源:https://stackoverflow.com/questions/4094615/resources-for-learning-lisp