Tacopy Playground

Tail-Call Optimization for Python - See how your recursive functions get transformed

Input Code Loading Pyodide...
Transformed Code
Waiting for Pyodide to load...

Examples

How it works: Tacopy transforms tail-recursive functions into iterative loops, eliminating stack overflow risks and improving performance. Learn more on GitHub