Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Which Lisp book should we publish first?
24 points by lispython on Dec 26, 2009 | hide | past | favorite | 19 comments
Hi all, I'm an editor of a Chinese press. For now, there's only 2 book about lisp in China: HtDP and SICP. But both of them are not really "lisp" book. Do you think it is necessary to publish a lisp book for students and programmers? If yes, which one should be first? PCL, ACL, OL or PAIP? Thanks.


I'd say Practical Common Lisp. While I actually favour all of the other books myself, I think that PCL is the better bet for a publisher, concentrating as it does on themes more relevant to the average non-lisp programmer.

(I'd probably pick PAIP as the best of the lot, though)


For those that don't know (probably smaller on here then elsewhere but still):

HtDP: How to Design Programs SICP: Structure and Interpretation of Computer Programs PCL: Practical Common Lisp ACL: ASCII Common Lisp PAIP: Principles off Artificial Intelligence Programming OL: On Lisp

Personally I'd probably go for PCL because it's... practical.

OL is pretty awesome though, I wish someone would reprint it in English, I have a self printed copy but I'd very much like to own a proper one!


Do you mean ACL: ANSI Common Lisp and PAIP: Paradigms of Artificial Intelligence Programming?


Whoops! I did. Both of them are on the shelf just above my computer so I've got no excuse!

Off topic: What happened to the edit link? I want to hide my mistakes! ;]


I'd go for PCL as well then learn your way through.


I would highly reccomend PAIP and OL (in that sequence). PAIP is fantastic in that it provides a 1000 pages of elegant code which conveys the "lisp way" by a master of the langauge. OL is of course the macro book par excellence.

I wonder if there are any other books that show exemplary code in various languages which are not so much "Introduction to X" as "Here is how the masters of the language write code in language X and "think in" X . I know of "Lua Gems", "C interfaces and implementation" and "The Art Of Prolog" which fall into this category. Any others?


I think "Thinking Forth" fits in there as well.


ahh yes good choice! Thanks!


"The Functional Approach to Programming" by Cosineau and Mauny



Hi, I'd go with PCL it's a good practical introduction...

Off topic, but where in China are you based? If you're in Shanghai maybe we can meet up sometime, I always like meeting fellow HNers!


Hi gommm, it's really nice of you. I'm living in Wuhan now, but since I go on errand a lot, maybe we can meet up in Shanghai someday.


Sure, when you come to Shanghai, send me an email :-)


Since a lot of people think PCL is a good choice, what do you think the new book Lisp Outside the Box form Nick Levine, It's a practical introduction too.


Haven't read Levine's book, but from the chapter summaries I've seen, I'd say it's less general-purpose.

I like all the books you mentioned in your original post. OL is probably the best, but it doesn't make sense to read it first. I learned from both ACL and PCL and like ACL better because it's more systematic. But this seems to be a minority opinion.


On Lisp is unique. I wouldn't go with PAIP because AIMA has replaced it. But what's covered in On Lisp isn't found anywhere else.


In what possible sense has AIMA replaced PAIP? PAIP is crammed to the gills with substantial pieces of Lisp code that do interesting and useful things; it focuses as much on the "programming" as on the "artificial intelligence" and has a lot specifically about Lisp. AIMA has code snippets but not much more, and actually they're generally (always? I forget) pseudocode, not actual code in Lisp or any other language.

AIMA is a fine book. PAIP is a fine book. I don't see how you could possibly use either of them to replace the other.


Well, Norvig recommends AIMA over PAIP now for machine learning. I guess if what you want is Common Lisp code, then your choice must be PAIP.


Practical Common Lisp, or even better, Programming Clojure.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: