Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sametmax
on Oct 18, 2017
|
parent
|
context
|
favorite
| on:
Why we switched from Python to Go
Google mypy for an introduction. Pycharm has good support for it if you want IDE integration.
The stdlib is globally well annoted now. However, most 3rd party libs are not.
crimsonalucard
on Oct 18, 2017
[–]
mixing untyped libraries with typed basically makes the whole monolith behave as if it was untyped. Once they get the major libraries typed, python projects will become much more robust.
sametmax
on Oct 19, 2017
|
parent
[–]
It's not an all or nothing proposition. Gradual improvement is a thing.
crimsonalucard
on Oct 19, 2017
|
root
|
parent
[–]
agreed. I was just stating something, not a counter at all.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The stdlib is globally well annoted now. However, most 3rd party libs are not.