|
|
|
|
|
by vidarh
3467 days ago
|
|
> You're either joking or wildly misinformed. No, I'm speaking from having read a bunch of Elm code. > Elm can use type inference to work out types. The difference between this and dynamic languages is that it does it at compile time so you pay no runtime overhead. I know that. It does not change what I wrote as the outcome is that Elm code still includes more type annotations than I'm willing to deal with. |
|
To get a better idea of how much type information you find unacceptable, do you have any problems with typed.rb code?
https://github.com/antoniogarrote/typed.rb