|
- 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 that into a disk or deploy it overwhere, check out the Nerves project
- 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 extensive API documentation The Elixir Community has also produced plenty of resources to learn the language from different backgrounds and other
- 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 start with the Elixir prefix followed by the regular Elixir name
- Blog - The Elixir programming language
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 manager and the announcement of ElixirConf!
- 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 the order they have been published
- Elixir v1. 18 released: type checking of calls, LSP listeners, built-in . . .
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 servers It also comes with built-in JSON support and adds new capabilities to its unit testing library
- Elixir v1. 16 released - The Elixir programming language
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 and guards
- Announcing the official Elixir Language Server team
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 developers, so their benefits are reaped beyond the language server tooling
|
|
|