Elixir (programming language): Difference between revisions

Content deleted Content added
Pesnk (talk | contribs)
No edit summary
Pesnk (talk | contribs)
No edit summary
Line 12:
| file_ext = .ex
}}
'''Elixir''' is a functional meta-programming aware language built that runs on top of the Erlang VM. It's a dynamic typed Language. Have support of macros. It leverages the Erlang's abilities to build distributed, concurrent, fault-tolerant with hot update support.
 
Similarly to Closure's, it supports polymorphism via protocols, dynamic records and first-class support to associative data structure, similar with Hashes or dictionaries in other programming languages.