Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
11–20 of 297 posts
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#12TL;DR: very satisfied
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#13Everything from ecto, and branching logic by pattern matching function signatures to the easy composition and cohesive community around the amazing tooling (mix/hex) and testing. Plenty more I love for productivity
But because of OTP and it's capacity to scale and distribute computation I thoroughly stay loving how deep the topic is and how there's always more to learn.
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#14It's not argument "against" selecting it (it's a free world, and mileage vary), but a couple of scar-earned advice: - Be careful about libraries. If you know that your system has to interact with X, don't assume that there is a running, idiomatic, maintained libary for X on `hex.pm`. Do a bit of due diligence. We had experience ranging from `meeh` (oauth2, graphql, http) to `pretty bad` (mqtt, swagger.) But as other…
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#15Switched from ruby to elixir 4 years ago and the only time we touch ruby is to maintain some old system.
It’s so darned easy to add functionality to an exiting app that you have to be careful of bloat.
And the functional paradigm is like second nature now. It’s hard to go back to a non functional language.
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#16If you are a RoR dev, Elixir will feel like a breeze. As someone who does Haskell in their day job, I miss static, powerful type-systems. That being said, the ecosystem is wonderful. Plug, Phoenix and Ecto are exceptional libraries!!
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#17Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#18It's not argument "against" selecting it (it's a free world, and mileage vary), but a couple of scar-earned advice: - Be careful about libraries. If you know that your system has to interact with X, don't assume that there is a running, idiomatic, maintained libary for X on `hex.pm`. Do a bit of due diligence. We had experience ranging from `meeh` (oauth2, graphql, http) to `pretty bad` (mqtt, swagger.) But as other…
Which graphql library do you prefer over absinthe in other ecosystems?
Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#19Re: Ask HN: Are you satisfied with Elixir or do you regret choosing Elixir?
#20If you are a RoR dev, Elixir will feel like a breeze. As someone who does Haskell in their day job, I miss static, powerful type-systems. That being said, the ecosystem is wonderful. Plug, Phoenix and Ecto are exceptional libraries!!
Do day jobs in Haskell actually exist? Are you working in academia?