Hacker News new | ask | show | jobs
by arms 4006 days ago
I'd love to read about people's real life uses of Elixir, whether it be for their jobs or side projects.
4 comments

I'm currently keeping a list of companies actively using Elixir in production that you mind find useful: https://github.com/doomspork/elixir-companies
You can also check out conference videos:

* Elixirconf EU 2015: https://www.youtube.com/playlist?list=PLWbHc_FXPo2jBXpr1IjyU... (at least Michael's and Claudio's talks)

* Elixirconf 2014: http://confreaks.tv/events/elixirconf2014 (at least Martin's and Stephen's)

Here's one from Taskworld

http://qr.ae/7WaM8X

I can't see how they would be much different from the use cases of Erlang/OTP, of which there are plenty of stories.
I'm interested in more than just the use cases (although still curious to hear why someone chose Elixir, whether it be for the language, BEAM, or whatever.) I'm looking for stories of why it was chosen over another language and what the end results were.
Well neither will win any speed races, but if your problem requires soft-realtime functionality, concurrent execution, or incredible fault tolerance you'd do much worse than to choose Elixir/Erlang. And a simpler learning curve than many FP languages (in my experience, at least) sweetens the deal.