Iteration to Tail Recursion in Python

Certain iterative python functions can be transformed into tail recursive functions using static program analysis. In this thesis, we strive to formulate and implement an automatic transformation method.

Our goal: Iterative function goes in, tail recursive function comes out.

Contact

Christian Duta