Erlang/OTP 24 highlights
blog.erlang.org
Erlang/OTP 24 highlights
1–10 of 103 posts
Re: Erlang/OTP 24 highlights
#2Overall this looks like quite a nice set of improvements. Kudos to the team.
Re: Erlang/OTP 24 highlights
#3Re: Erlang/OTP 24 highlights
#4I love the new error messages. Rust seems to have started that trend, Python also added better errors recently.
Re: Erlang/OTP 24 highlights
#5Erlang has long, long needed better error messages. These changes look very welcome. Overall this looks like quite a nice set of improvements. Kudos to the team.
Re: Erlang/OTP 24 highlights
#6Re: Erlang/OTP 24 highlights
#7Re: Erlang/OTP 24 highlights
#8Re: Erlang/OTP 24 highlights
#9I love the new error messages. Rust seems to have started that trend, Python also added better errors recently.
Rust was inspired by Elm, if I’m not much mistaken.
Re: Erlang/OTP 24 highlights
#10I love the new error messages. Rust seems to have started that trend, Python also added better errors recently.
Rust was inspired by Elm, if I’m not much mistaken.
https://en.wikipedia.org/wiki/Rust_(programming_language)
https://en.wikipedia.org/wiki/Elm_(programming_language)
That said, the concepts in question are all much older. If you're ever bored, check out the "Influenced by" sections of the Wikipedia pages on programming languages. It's amazing how old so many of the "new" ideas really are.