Strange interaction between timeit and recursion

Chris Rebert clp2 at rebertia.com
Mon May 4 02:24:40 EDT 2009


On Sun, May 3, 2009 at 11:27 PM, namekuseijin
<namekuseijin.nospam at gmail.com> wrote:
> Recursion is unpythonic.  Do not use it.

That's a tad extreme. I think the accepted practice is merely not to
use recursion gratuitously.

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list