Heh, spent some time with a front-end dev friend w...
# random
g
Heh, spent some time with a front-end dev friend whos something of a language buff, he mentioned that he likes "elm". this is what the elm guys have to say about their statically typed language:
No Runtime Exceptions
Unlike hand-written JavaScript, Elm code does not produce runtime exceptions in practice. Instead, Elm uses type inference to detect problems during compilation and give friendly hints.
😅