|
- 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
- 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!
- 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
- 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
- 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
- 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. 14 released - The Elixir programming language
Elixir v1 14 changes the convention for some of the standard-library structs The Inspect implementation for those structs now returns a string with a valid Elixir expression that recreates the struct when evaluated
|
|
|