Live data from Hacker News

Ask HN: Best books on understanding recursion?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Best books on understanding recursion?

#11
post #4

The book you're looking for is The Little Schemer (just noticed another commenter suggested this as well). Even if you're not that interested in LISP, you'll come away from this book with a solid grasp of "programs as recursive functions." I found that the format of the book lends itself well to reading during a commute. It's easy to pick up and work through a few pages. If you get to a section that you don't underst…

Seconded.

Re: Ask HN: Best books on understanding recursion?

#12
I would recommend Chapter 8 of `Common Lisp: A Gentle Introduction` by David T. [1]

It is the most lucid explanation of recursion using the story-telling format.

After working through this chapter, I have never failed to write/understand programs using recursion.

[1] https://www.cs.cmu.edu/~dst/LispBook/

Post reply on HN