[Python-Dev] Proper tail recursion (original) (raw)
Chris King colanderman at gmail.com
Mon Jul 19 18:27:58 CEST 2004
- Previous message: [Python-Dev] Proper tail recursion
- Next message: [Python-Dev] Proper tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Given the proposed changes:
- make a seperate eval loop that supports tail calls so as not to impact performance of normal programs,
- force tail calls to be explicitly enabled using a run-time function call,
- print a warning in stack traces when tail calls are enabled and used.
is Guido still -1 on this?
- Previous message: [Python-Dev] Proper tail recursion
- Next message: [Python-Dev] Proper tail recursion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]