|
|
|
|
|
by tlarkworthy
2484 days ago
|
|
Typescript has a unique typesystem that embraces duck typing. This is quite different to how you would type e.g. a scala program. C++ adds a load of additional burden on the programmer (memory) and has a relatively weak typesystem. Clearly Typescript has a niche, has familiarity to subset of programmers, so there are plenty of reasons for this to have its place. |
|
I've been pretty impressed with static duck-typing and miss it when I'm in Java.