Hacker News new | ask | show | jobs
by pdimitar 2553 days ago
How exactly is stability not paramount in Elixir? It runs in the BEAM.
1 comments

Stability of the language itself is another factor though. Clojure does a really good job avoiding breaking changes in the language.
With the exception of a few project config settings whose legacy variants are still backwards compatible, Elixir is absolutely stable as well.

So not sure what were you saying about Elixir.