Y
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
cutler
1039 days ago
JS and Python have gradual, not static typing. Same for PHP 8 but Hack is a different language.
link
riku_iki
1039 days ago
> JS and Python have gradual, not static typing.
that's because of all legacy dynamicaly typed codebases
link
kazinator
1039 days ago
For values of "legacy" referring to "new code written this afternoon, and tomorrow morning".
link