logoalt Hacker News

innocentoldguyyesterday at 8:10 PM1 replyview on HN

One of the things I love most about Elixir is that it makes asynchronous error handling easier than any other language I've used. Asynchronous code used to be the source of many difficult bugs in the teams I've worked with, but Elixir's (or, more accurately, Erlang's) "let it crash" architecture helps eliminate many of these issues.


Replies

drewcootoday at 1:54 AM

> Elixir's (or, more accurately, Erlang's)

That would make it Beam's. Credit where due , , ,