Join us

ContentUpdates and recent posts about Elixir..
Course
@eon01 published a course, 3 days, 15 hours ago
Founder, FAUN.dev

AWX in Action

Docker Ansible Kubernetes AWX

Ansible Orchestration at Scale

AWX in Action
 Activity
@harperelisecallahan started using tool WordPress , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Shopify , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool React , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Python , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool PHP , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Node.js , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Magento , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Laravel , 3 days, 22 hours ago.
 Activity
@harperelisecallahan started using tool Java , 3 days, 22 hours 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.