How do you think about Elixir

I am checking their syntaxes, found it’s interesting:

  • it’s based on Erlang VM, I can write some erlang
  • the syntax is influenced by ruby, for which I know well
  • the functional programming is similar to scala including matching pattern, recursion etc.

Do you have experience on it? can you share something?

Thanks