What's your favorite book about Lisp?
-
- Posts: 447
- Joined: Sat Jun 28, 2008 7:49 am
- Location: Austin, TX
- Contact:
What's your favorite book about Lisp?
I was curious what people thought was their favorite book about Lisp. I can't list everything in the poll, so if you have additional ones that I haven't mentioned, add them as a comment.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Re: What's your favorite book about Lisp?
On Lisp is missing from the list
Re: What's your favorite book about Lisp?
That's awfully hard, you know. I picked one, but there are at least 4 others I would consider essential
-
- Posts: 447
- Joined: Sat Jun 28, 2008 7:49 am
- Location: Austin, TX
- Contact:
Re: What's your favorite book about Lisp?
Ack! You're right. I typically don't think of it because I don't have and can't get a printed copy of it (still waiting for Paul to get something over to Apress to republish it, I guess... ). Anyway, yep, that's a serious omission. The polling module only lets you have 10 choices, though, so adding it would be tough. I have to admit that it's probably in my top 3, along with PAIP and Lisp in Small Pieces.mmmk wrote:On Lisp is missing from the list
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Re: What's your favorite book about Lisp?
If not for Practical Common Lisp I never would've bothered with the language. It's a great book on many levels.
-
- Posts: 12
- Joined: Sat Jun 28, 2008 11:51 pm
Re: What's your favorite book about Lisp?
I'm working through ANSI Common Lisp as my holiday project. What it has over PCL is exercises, but the two books have different coverage of what is a pretty ginormous language.
I've found this site useful as a reference when I've finished my own solutions to the exercises.
I've found this site useful as a reference when I've finished my own solutions to the exercises.
-
- Posts: 7
- Joined: Sun Jun 29, 2008 9:48 am
- Location: Sterling, Virginia, USA
- Contact:
Re: What's your favorite book about Lisp?
I don't know if SICP could be classified as lisp book. Yes it does talk about lisp, scheme to be more precise. But it is more of a general computer science book as it uses scheme as a means to explain general concepts.
Re: What's your favorite book about Lisp?
You might add "Lisp: A Gentle Introduction to Symbolic Computing" by David Touretzky, which is particularly good for beginners. However, "Practical Common Lisp" by Peter Seibel is what we give new hires at ITA Software when they arrive and don't know Common Lisp yet. I voted for that (despite my obvious interest in "Common Lisp: The Language", the first edition of which I am a co-author). If you know how to write software and want to learn Common Lisp, "Practical Common Lisp" is your best bet. See http://www.gigamonkeys.com/book/.
-
- Posts: 447
- Joined: Sat Jun 28, 2008 7:49 am
- Location: Austin, TX
- Contact:
Re: What's your favorite book about Lisp?
Yea, I should have added that disclaimer that you aren't allowed to vote for your own books. Employees and their immediate families are excluded and all that.dlweinreb wrote:You might add "Lisp: A Gentle Introduction to Symbolic Computing" by David Touretzky, which is particularly good for beginners. However, "Practical Common Lisp" by Peter Seibel is what we give new hires at ITA Software when they arrive and don't know Common Lisp yet. I voted for that (despite my obvious interest in "Common Lisp: The Language", the first edition of which I am a co-author). If you know how to write software and want to learn Common Lisp, "Practical Common Lisp" is your best bet. See http://www.gigamonkeys.com/book/.
I'm actually split between ANSI Common Lisp and Practical Common Lisp. Frankly, I thought that ANSI Common Lisp was a bit more gentle introduction than Practical Common Lisp, but maybe that's because I read ANSI Common Lisp first. That said, they're both excellent, IMO.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Re: What's your favorite book about Lisp?
I voted for ACL over PCL (although i like them both) for its style, exercises, and appendix B and D.Jacques Chester wrote:I'm working through ANSI Common Lisp as my holiday project. What it has over PCL is exercises, but the two books have different coverage of what is a pretty ginormous language.
I've found this site useful as a reference when I've finished my own solutions to the exercises.