Elixir


Topic | v1 | created by jjones |
Description

Elixir is a functional, concurrent, general-purpose programming language that runs on the BEAM virtual machine used to implement the Erlang programming language. Elixir builds on top of Erlang and shares the same abstractions for building distributed, fault-tolerant applications. Elixir also provides productive tooling and an extensible design. The latter is supported by compile-time metaprogramming with macros and polymorphism via protocols. Elixir is used by companies such as PagerDuty, Discord, Brex, E-MetroTel, Pinterest, Moz, Bleacher Report, The Outline, Inverse, Divvy, FarmBot and for building embedded systems. The community organizes yearly events in the United States, Europe and Japan as well as minor local events and conferences.


Relations

is Programming language

A programming language is a formal language comprising a set of instructions that produce various kin...

parent of GenServer

A GenServer is a process like any other Elixir process and it can be used to keep state, execute code...


Edit details Edit relations Attach new author Attach new topic Attach new resource