Category:Elixir: Difference between revisions

Content added Content deleted
m (Added Erlang implementation)
(The explanation addition ( It pulls out from the home page ).)
Line 3: Line 3:
|site=http://elixir-lang.org}}
|site=http://elixir-lang.org}}
{{implementation|Erlang}}
{{implementation|Erlang}}
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.

Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.

Platform features
* Scalability
* Fault-tolerance
Language features
* Functional programming
* Extensibility and DSLs

Tooling features
* A growing ecosystem
* Interactive development
* Erlang compatible