top | item 1076679

A gentle introduction to Lisp

82 points| nkh | 16 years ago |cs.cmu.edu

I found this book to be an extremely clear introduction.

16 comments

order
[+] fogus|16 years ago|reply
My first Lisp book. Oh the memories.
[+] whyenot|16 years ago|reply
For me as well. It was also my first real introduction to recursion. Thanks for the dragon stories.
[+] kqr2|16 years ago|reply
[+] mnemonik|16 years ago|reply
... but I would hardly put On Lisp in the same "gentle" category as Touretzky's book. A Gentle Introduction to Symbolic Computation could easily be someone's first ever programming book. Show me the person whose introduction to programming was On Lisp and I will show you either someone who got fed up real quick, or someone who is a whole lot smarter than me and the coders I know.

I would probably recommend this order:

1. Gentle Intro

2. Practical Common Lisp

3. On Lisp

[+] mofey|16 years ago|reply
You probably haven't read that one. On Lisp is an advanced book describing the use of macros.
[+] kylec|16 years ago|reply
I really wish he would do another printing. I've read the PDF but I'd love a physical copy without paying the outrageous prices they're listed for on used book sites (Amazon, eBay, etc).
[+] sown|16 years ago|reply
As an aside, is there a gentle introduction to prolog?
[+] stralep|16 years ago|reply
When you mention Prolog, is there microProlog implementation for Linux out there?
[+] jister|16 years ago|reply
I like the "gentle" word in the title. Makes it less intimidating, well at least for me.