Remix.run Logo
wk_end 12 hours ago

So…if the Python team finds tail calls useful, when are we going to see them in Python?

dodomodo an hour ago | parent [-]

They find them useful as a performance optimization, not as a design tool. This optimization is not relevant to Python code because it relies on the optimization passes the compiler makes.