Promoting Python

Marko Rauhamaa marko at pacujo.net
Wed Apr 6 14:23:41 EDT 2016


Chris Angelico <rosuav at gmail.com>:

> Plus, anyone could implement a Python interpreter with TCE.

Tricky in practice because None is the default return value.

If the programmer were careful to return the value of the tail call, it
can be eliminated.


Marko



More information about the Python-list mailing list