Hacker News new | ask | show | jobs
by mikl 1101 days ago
I don’t think it’s fair to call the Elixir/Erlang ecosystem indecent. Of course it’s not on par with the vast ecosystems of the top 10 most popular languages, but in my experience, there’s at least one solid package for most things you might need.
1 comments

One of my favorite things about programming in Elixir is the fact that for an absurd number of problems, there's not just a library that solves it, but an official one from the OTP. It cuts down dramatically on time spent evaluating different options.