syntax difference

Michael Torrie torriem at gmail.com
Wed Jun 20 14:03:31 EDT 2018


On 06/20/2018 05:53 AM, bart4858 at gmail.com wrote:
> I suggest that such features just make life a little simpler. (And
> make writing an efficient interpreter a little bit easier.)

And I posit that most efficient interpreters don't use switch/case at
all, but rather jump tables.



More information about the Python-list mailing list