
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.
Elixir v1.18 released: type checking of calls, LSP listeners, built-in ...
Dec 19, 2024 · In summary, this release takes us further in our journey of providing type checking and type inference of existing Elixir programs, without requiring Elixir developers to explicitly …
Installing Elixir - The Elixir programming language
The latest Elixir release is named lang/elixir-devel. The default Elixir, lang/elixir, may lag slightly as dependent ports are often not able to be updated to the newest Elixir release immediately.
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 …
Announcing the official Elixir Language Server team
Aug 15, 2024 · Most recently, Elixir v1.17 shipped with new APIs to help developers emulate the compiler behaviour. Our goal is to make these building blocks available for all Elixir …
Interoperability in 2025: beyond the Erlang VM - elixir-lang.org
Aug 18, 2025 · We explore the mechanisms for interoperability and portability between Elixir, other programming languages, and runtimes.
Blog - The Elixir programming language
Jun 2, 2025 · We have finally released Elixir v0.6.0! This release includes a build tool called Mix, support for Erlang typespecs, many improvements to IEx and improved IO, File and Macro …
Cases - 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