Hacker News new | ask | show | jobs
by hahainternet 3800 days ago
> Probably this will still not be enough for Python enemies though.

Because it doesn't appear to actually do anything. It's a joke to call this 'static typing'.

1 comments

Well, it won't take much to have tools like Numba (http://numba.pydata.org/) taking advantage of such "type info" during optimization phase. On the other hand IDEs are already taking advance of those (see PyCharm).

And by the way the future looks bright as interesting PEPs are coming: PEP509, PEP510 (https://www.python.org/dev/peps/pep-0510/) and PEP511 for instance.