[Python-Dev] Slow down... (original) (raw)

Steven D'Aprano steve at pearwood.info
Wed May 9 00:25:06 EDT 2018


On Mon, May 07, 2018 at 10:23:32PM +0200, Antoine Pitrou wrote:

On Mon, 07 May 2018 19:19:28 +0000 Ryan Gonzalez <rymg19 at gmail.com> wrote: > 10 years feels like a simultaneously long and arbitrary limit. IMO a policy > of "try to avoid major language features for a while" would work better.

I would remove "for a while". "Try to avoid major language features" sounds good.

It sounds good, until you ask about "What if we had that policy from the beginning?"

Let's see what sort of language features we would miss out on if we avoided language features because there was an existing alternative:

The only language feature I can think of that had no way of doing it before being added to the library was Unicode support.

So we'd effectively have Python 1.5 plus Unicode.

If we could look forward to 2028, when we're running Python 3.14 or so (4.7 if you prefer), how many fantastic language features that we cannot bear to give up would we be missing out on?

-- Steve



More information about the Python-Dev mailing list