Which programming languages / developer tools have the best error messages?
Conversation
Evan Czaplicki's thinking about error messages for Elm is really interesting, eg: elm-lang.org/news/compiler-
1
20
IIRC helped inform Rust’s approach.
1
I think Rust was also partly inspired by clang’s errors, which are pretty great considering how challenging C++ tooling is.



