Hacker News new | ask | show | jobs
by keithasaurus 1354 days ago
It's pretty easy to enforce static typing in python these days. mypy and pyright are both pretty mature.
2 comments

The problem is that coverage of typing in third party libraries is not that high yet, so it’s not really possible to enforce typing in a thorough manner.
I used mypy in 2019, and it felt like duct tape on python at best.