Live data from Hacker News

Paradigms of Artificial Intelligence Programming (1992)

github.com

1–10 of 34 posts

Re: Paradigms of Artificial Intelligence Programming (1992)

#3
post #2

Ah, PAIP... it's such a wonderful book! I highly recommend aspiring programmers to read it even if they don't care about Lisp or AI; the sheer amount of common programming wisdom in this book is priceless.

Seconded. I divide my programming into pre- and post-having-read-PAIP eras.

Re: Paradigms of Artificial Intelligence Programming (1992)

#7
post #6

PAIP, SICP -- seems like if a book has a acronym, then it must be great. Can't come up with more examples though.

I've seen TAoCP (The Art of Computer Programming) and TaPL (Types and Programming Languages) used before, and both are definitely great.

Re: Paradigms of Artificial Intelligence Programming (1992)

#9
post #6

PAIP, SICP -- seems like if a book has a acronym, then it must be great. Can't come up with more examples though.

Sticking with the Lisp family: LiSP (Lisp in Small Pieces), AMOP (The Art of the Metaobject Protocol). More general: TAOCP (The Art of Computer Programming).

Edit:

CLTL2: Common Lisp the Language

CLRS: Introduction to Algorithms, referred to by the authors’ initials

CSP: Communicating Sequential Processes

EOPL: Essentials of Programming Languages

Post reply on HN