Join us

ContentUpdates and recent posts about Elixir..
 Activity
@jpow started using tool Elixir , 1 month, 3 weeks ago.
 Activity
@straughterg started using tool Elixir , 8 months ago.
 Activity
@1e12ca264423ee15339c started using tool Elixir , 2 years, 3 months ago.
 Activity
@danilo-s-coelho started using tool Elixir , 2 years, 3 months ago.
 Activity
@danilo-s-coelho added a new tool Elixir , 2 years, 3 months ago.
Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems. These capabilities and Elixir tooling allow developers to be productive in several domains, such as web development, embedded software, machine learning, data pipelines, and multimedia processing, across a wide range of industries.

All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. 

Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.