Elixir is a functional meta-programming aware language built on top of the Erlang VM.
Elixir is a functional meta-programming aware language built on top of the Erlang VM. It is a dynamic language with flexible syntax with macros support that leverages Erlang's abilities to build concurrent, distributed, fault-tolerant applications with hot code upgrades.
Elixir also provides first-class support for pattern matching, polymorphism via protocols (similar to Clojure's), aliases and associative data structures (usually known as dicts or hashes in other programming languages).
Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang.
- Sources inherited from project openSUSE:Backports:SLE-15-SP3
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.3:Update/elixir && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
elixir-1.11.3.tar.gz | 0002394406 2.28 MB | |
elixir-doc.changes | 0000000354 354 Bytes | |
elixir-doc.spec | 0000002302 2.25 KB | |
elixir.changes | 0000114088 111 KB | |
elixir.spec | 0000003281 3.2 KB | |
macros.elixir | 0000000183 183 Bytes |
Comments 2
The built-in features are quite rich, listing some of Elixir's core functions such as pattern matching, block blast, polymorphism, and convenient data structures.
Thank you for your sharing. I'm curious if Elixir can also implement website functionality like a Morse Code Translator.