|
- 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
- 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. 16 released - The Elixir programming language
Elixir v1 16 has just been released 🎉 The Elixir team continues improving the developer experience via tooling, documentation, and precise feedback, while keeping the language stable and compatible
- 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
|
|
|