Live data from Hacker News

Erlang/OTP 24 highlights

blog.erlang.org

1–10 of 103 posts

Re: Erlang/OTP 24 highlights

#5
post #2

Erlang 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.

The column number for errors and warnings is a welcome, long overdue addition.

Re: Erlang/OTP 24 highlights

#9
post #4

I 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.

I love it how good ideas just spread everywhere in open source. Everyone's life improves and usually people aren't obnoxious about it, which tends to happen in more politically charged topics (i.e. when there is a company pushing a narrative such as google,apple or microsoft)

Re: Erlang/OTP 24 highlights

#10
post #4

I 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.

Rust was started in 2010, and Elm in 2012.

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.

Post reply on HN