|
|
|
|
|
by ceor4
3539 days ago
|
|
I'm sorry, but that's not the definition of type inference. "Type inference refers to the automatic deduction of the data type of an expression in a programming language." https://en.wikipedia.org/wiki/Type_inference Which you'll notice C++ and Go, are listed as languages with type inference. But you're right that they don't have as nearly as strong type inference as rust, which doesn't have as strong as haskell etc. |
|