Hacker News new | ask | show | jobs
by coldtea 2533 days ago
>Guido disagrees and rejected the idea multiple time in the last 2 decades. I think he worked on Python for a long time too :)

Guido also rejected several ideas that would totally fit with Python in those decades. There are lots of concerns (including implementation ones), not just what fits with some hypothetical "Zen", which was never meant as a contract anyway.

Besides Guido finally agreed to it, and even quit because of it.

If Python was to be kept "simple" at all costs, it would have added 20 other things, from operator overloading to yield from over those decades, some far more complex, and non-local than the operator change.