English Idiom in Unix: Directory Recursively

Ian Kelly ian.g.kelly at gmail.com
Wed May 18 02:58:00 EDT 2011


On Wed, May 18, 2011 at 12:06 AM, rusi <rustompmody at gmail.com> wrote:
> 4. Recursion in 'recursion theory' aka 'computability theory' is
> somehow different from recursion in programming.

Um, it is.  Consider the simple function (lambda x, y: x + y).
Mathematically, this function is recursive.  Algorithmically, it is
not.  Do you disagree?



More information about the Python-list mailing list