
The Elixir programming language
Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems.
Elixir Documentation - The Elixir programming language
The Elixir programming language is broken into 6 applications. The links below reference the documentation for the modules and functions in each of those applications.
Learning resources - The Elixir programming language
Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir’s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you …
Erlang/Elixir Syntax: A Crash Course - The Elixir programming language
This is a quick introduction to the Elixir syntax for Erlang developers and vice-versa. It is the absolute minimum amount of knowledge you need in order to understand Elixir/Erlang code, support …
Blog - The Elixir programming language
Aug 18, 2025 · GenStage is a new Elixir behaviour for exchanging events with back-pressure between Elixir processes. In this blog post we will cover the background that led us to GenStage, some …
Installing Elixir - The Elixir programming language
The quickest way to install Elixir is through install scripts, operating system package manager, or using one of the available installers. If such an option is not available, then we recommend using the …
Development & Team - The Elixir programming language
Elixir’s goal is to be a productive and extensible language for writing maintainable and reliable software. Elixir runs on top of the Erlang Virtual Machine, which provides a scalable and fault-tolerant foundation.
The Elixir programming language
Click on the cases below to learn more about how companies across different industries are using the power of Elixir and its ecosystem to create and grow their businesses.
Elixir v1.19 released: enhanced type checking and up to 4x faster ...
Oct 16, 2025 · Elixir v1.19 released: type checking of protocols and anonymous functions, broader type inference, improved compile times, and more
Type inference of all constructs and the next 15 months
Jan 9, 2026 · To mark the occasion, we are glad to announce the first release candidate for Elixir v1.20, which performs type inference of all language constructs, with increasing precision.