Join us

ContentUpdates and recent posts about Elixir..
Discovery IconThat's all about @Elixir — explore more posts below...
 Activity
@ishanupadhyay started using tool Jenkins , 5 hours, 21 minutes ago.
 Activity
@ishanupadhyay started using tool Azure Pipelines , 5 hours, 21 minutes ago.
 Activity
@ishanupadhyay started using tool Terragrunt , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Terraform , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Sonatype Nexus , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool SonarQube , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Snyk , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Red Hat OpenShift , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Python , 5 hours, 24 minutes ago.
 Activity
@ishanupadhyay started using tool Prometheus , 5 hours, 24 minutes 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.