How explain why Python is easier/nicer than Lisp which has a simpler grammar/syntax?

Marco Sulla Marco.Sulla.Python at gmail.com
Fri Aug 7 12:54:42 EDT 2020


On Fri, 7 Aug 2020 at 18:48, Chris Angelico <rosuav at gmail.com> wrote:
> Tail call optimization (there's no reason to restrict it to recursion
> alone) is something a Python implementation could choose to do, but
> the trouble is that full optimization tends to destroy traceback
> information

Indeed this is implemented in asyncio.


More information about the Python-list mailing list