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

  3. Learning resources - The Elixir programming language

    Learning 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 …

  4. Installing Elixir - The Elixir programming language

    If you want to install Elixir as part of an existing Operating System, please follow the relevant steps above for your Operating System or install from precompiled/source.

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

  6. The Elixir programming language

    Cases 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 …

  7. Blog - The Elixir programming language

    Dec 19, 2024 · 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 …

  8. Elixir v1.16 released - The Elixir programming language

    Dec 22, 2023 · Elixir v1.16 has just been released. 🎉 The Elixir team continues improving the developer experience via tooling, documentation, and precise feedback, while keeping the …

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

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

    Aug 28, 2024 · In the upcoming v1.18 release, Elixir’s new type system will support tuple types, and they are written between curly brackets. For example, the File.read/1 function would have …