[Python-ideas] Tail recursion elimination
Ryan
rymg19 at gmail.com
Sun Jan 19 01:56:38 CET 2014
I wrote one that uses decorators. How is that special syntax?
musicdenotation at gmail.com wrote:
>> On Jan 18, 2014, at 22:08, "Joao S. O. Bueno" <jsbueno at python.org.br>
>wrote:
>
>>
>> You can use tail recursion elimination in Python as it is today.
>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.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Python-ideas mailing list
>Python-ideas at python.org
>https://mail.python.org/mailman/listinfo/python-ideas
>Code of Conduct: http://python.org/psf/codeofconduct/
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140118/131c3076/attachment.html>
More information about the Python-ideas
mailing list