The MadmanBot has performed a web search with the contents of this page, and it appears to include material copied directly from:
It will soon be reviewed to determine if there are any copyright issues. The content should not be mirrored or otherwise reused until the issue has been resolved. If substantial content is duplicated, unless evidence is provided to the contrary (e.g. evidence of permission to use this content under terms consistent with the Wikimedia Terms of Use or public ___domain status; see Wikipedia:Donating copyrighted materials), editors will assume that this text is a copyright violation, and will soon delete the copy.
Before removing this notice, you should:
|
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.
Elixir | |
---|---|
Paradigm | Multi-paradigm: functional |
First appeared | 2011 |
Stable release | 0.7.2
|
Platform | Erlang |
License | Apache License |
Filename extensions | .ex |
Website | www |
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.