Easy to write
Elixir’s syntax is clean and expressive, making it easy to write readable and maintainable code. For example, defining a simple function in Elixir is straightforward:
defmodule Math do
def add(a, b), do: a + b
end
Out of box support of Concurrency
Elixir, built on the