Elixir is a compiled language that collects down to bytecode that can be run on the Erlang VM. Elixir inherits from Erlang, a very different concurrency model - it's actor-based, as opposed to Ruby's thread-based approach. Elixir uses pattern matching instead of method overloading, which makes code more declarative and easier to read and understand.
Table of contents
What is Erlang? - a brief introduction to ErlangAdvantages and disadvantages of Erlang functional programming languageCompanies that use Erlang virtual machineWhat is Elixir?The pros and cons of the Elixir programming languageCompanies that use the Elixir languageWhat is the advantage of Elixir over Erlang?SummarySort: