[Python-ideas] Tail recursion elimination

Stefan Behnel stefan_ml at behnel.de
Sat Jan 18 17:40:37 CET 2014


musicdenotation at gmail.com, 18.01.2014 16:58:
> I have seen many "implementations" of tail-call optimization, and their
> common problem is that they all require special syntax to work. I need a
> solution that is directly usable with Python's orrdinary return
> statement.

What do you need it for?

(and note that your answer might to be more suited for python-list than
python-ideas, in which case you may reply over there)

Stefan



More information about the Python-ideas mailing list