Software bugs aren't inevitable

Mike Meyer mwm at mired.org
Thu Sep 15 21:25:19 EDT 2005


François Pinard <pinard at iro.umontreal.ca> writes:
> This being said, for one, I always found _insane_ presenting recursion
> to new programmers using such examples, which are both very easily,
> and much better written non-recursively.  It does not help beginners
> at taking recursion any seriously.  This is handicapping somehow, as
> recursion could be so useful when properly understood and applied.

Yup. I was lucky enough to stumble onto a book titled "Recursvie
Techniques in Programming" by D.W. Barron while still a relative
newcomer to programming. It makes an excellent introduction to the
topic.

Surprisingly, it's apparently still in print. At least Amazon claims
you can order new copies of it.

    <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list