Hacker News new | ask | show | jobs
by riku_iki 1039 days ago
I think in all cases it was realized that static types are adding significant benefits, so they were added to python, typescript and hack have been developed.
1 comments

JS and Python have gradual, not static typing. Same for PHP 8 but Hack is a different language.
> JS and Python have gradual, not static typing.

that's because of all legacy dynamicaly typed codebases

For values of "legacy" referring to "new code written this afternoon, and tomorrow morning".