About 50 results
Open links in new tab
  1. 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.

  2. 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 …

  3. Erlang/Elixir Syntax: A Crash Course

    Erlang/Elixir Syntax: A Crash Course 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 …

  4. 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.

  5. 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.

  6. 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.

  7. Typing lists and tuples in Elixir - The Elixir programming language

    Aug 28, 2024 · This article explores the design decisions of typing lists and tuples in Elixir within a sound gradual type system

  8. 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 support.

  9. 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 in patterns …

  10. Interoperability in 2025: beyond the Erlang VM - elixir-lang.org

    Aug 18, 2025 · Elixir, by way of Erlang, has built-in support for distributed systems. Multiple nodes can connect over a network and communicate using message passing, with the same primitives such as …