Possibly Pythonic Tail Call Optimization (TCO/TRE)

Joonas Liik liik.joonas at gmail.com
Thu Jul 16 12:50:22 EDT 2015


Wouldn't it be possible to have like a dynamically
sized stack so that you can grow it endlessly
with some acceptable overhead..

That would pretty much take care of the stack-overflow
argument without many painful side effects on
the semantics at least..



More information about the Python-list mailing list