Hacker News new | ask | show | jobs
by hsavit1 560 days ago
yeah, isolated + distributed processes is THE THING about Erlang, OTP
2 comments

my personal reality is that the majority of projects I've consulted on have seldom actually leveraged distributed erlang for anything. the concurrency part yes, clustering for the sake of availability or spreading load yes, but actually doing anything more complex than that has been the exception! ymmv tho!
I mean you can certainly run one off scripts in elixir and Erlang.