Elixir
Elixir (programminglanguage) | |
---|---|
Full Name | Elixir |
Short Name | Elixir |
Description | TBD |
Company | Unkown |
Web | No |
Mobile | No |
Enterprise | No |
Embedded | No |
- Snippet from Wikipedia: Elixir (programming language)
Elixir is a functional, concurrent, high-level general-purpose programming language that runs on the BEAM virtual machine, which is also 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 tooling and an extensible design. The latter is supported by compile-time metaprogramming with macros and polymorphism via protocols.
The community organizes yearly events in the United States, Europe, and Japan, as well as minor local events and conferences.
GitHub Topics
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
Hello World
IO.puts "Hello, World!"
See also: Programming Languages