|
|
|
|
|
by rbehrends
3305 days ago
|
|
> Not really. Can you provide support for this claim? Existing research [1] seems to indicate that it isn't clear-cut at all. > Today, we have very good type inference engines and there is really no reason to ever want to use a dynamically typed language. Type inference has its shares of issues once you're dealing with non-local type inference, subtype polymorphism or parametric polymorphism. [1] https://danluu.com/empirical-pl/ |
|
Just wanted to point out that actually, type inference works quite well with parametric polymorphism, like in ML. Even non-local type inference can work fine given other constraints, also like in ML.