On 8/7/2020 11:55 AM, Marco Sulla wrote:

@Chris: note that "real" recursion in Python is not possible,

This is backwards. Python only does real recursion when one writes recursive calls.

since there's no support for tail recursion.

I am pretty sure that what you mean by 'support' is to turn tail recursive syntax into iteration, making it fake recursion.


--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to