Hacker News new | ask | show | jobs
by cutler 1039 days ago
JS and Python are not statically typed, or PHP for that matter, but it hasn't stopped JS and Python topping the popularity list year on year nor did PHP stop Facebook from world domination.
1 comments

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.
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".