|
|
|
|
|
by uranusjr
1523 days ago
|
|
The TypeScript comparison is on an entirely different axis though, the compiled <-> interpreted one. One of the reasons languages go with the type hinting route is actually to avoid a separate compilation step like TypeScript. That may be totally fine for you (again coming from a statically typed language where this is more or less required), but it’s a hill many are willing to die on. It’s all tradeoffs and design decisions. |
|
At some point everything in proglang is preferences and design decisions, but for me, there are better and worse tradeoffs to make.