for / while else doesn't make sense

Michael Selik michael.selik at gmail.com
Sat May 21 22:55:40 EDT 2016


On Sat, May 21, 2016, 4:52 PM Erik <python at lucidity.plus.com> wrote:

> So I guess my question is perhaps whether Python compilers should start
> to go down the same path that C compilers did 30 years ago (by starting
> to include some linter functionality)
>

Well, there's that whole optional type hints thing. You should be asking
how to preserve Python's simplicity while adding more static analysis
features.

>



More information about the Python-list mailing list