April 13, 2021
11:52 p.m.
On Wed, Apr 14, 2021 at 9:45 AM Hugh Fisher <hugo.fisher@gmail.com> wrote:
I don't want Python to be explicitly typed either. I'm happy with dynamic typing, and do not want to have to write even x : object
You don't. That's not the proposal. The proposals have ALL been about gradual typing and inferred typing, so you don't have to annotate anything that doesn't need it. Annotating function parameters/return values is about the extent that I'd ever do for most programs, and even then, not all functions. ChrisA