Elixir is a metaprogrammable, functional language built atop the Erlang VM. It is a dynamic language with hygenic macros that leverages Erlang's ability to build concurrent, distributed, and fault-tolerant applications with hot code upgrades. -
View it on GitHub