
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. See also our …
Learning resources - The Elixir programming language
Elixir’s official documentation includes a Getting Started guide to learn more about Elixir’s foundations. Later on, it explores how to build projects with Mix and OTP. Elixir also includes …
Installing Elixir - The Elixir programming language
Install Elixir (installs Erlang as a dependency): choco install elixir; Raspberry Pi and embedded devices. To build and package an Elixir application, with the whole operating system, and burn …
Elixir v1.18 released: type checking of calls, LSP listeners, built-in ...
Dec 19, 2024 · Elixir v1.18 is an impressive release with improvements across the two main efforts happening within the Elixir ecosystem right now: set-theoretic types and language …
Blog - The Elixir programming language
Dec 19, 2024 · Elixir v0.13.0 comes with substantial improvements to the language: maps, structs, comprehensiona and more. It also marks the announcement of the hex.pm package …
Erlang/Elixir Syntax: A Crash Course
Elixir compiles into BEAM byte code (via Erlang Abstract Format). This means that Elixir code can be called from Erlang and vice versa, without the need to write any bindings. All Elixir modules …
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. Cases are listed in …
Elixir v1.16 released - The Elixir programming language
Dec 22, 2023 · As we get Elixir v1.16 out of door, the Elixir team will focus on bringing the initial core for set-theoretic types into the Elixir compiler, with the goal of running automated analysis …
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 …