Elixir (programming language)

This is an old revision of this page, as edited by Josevalim (talk | contribs) at 22:57, 17 February 2013 (Update infobox information). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Elixir is a programming language. It can be interpreted or compiled into a .beam file, that is interpreted by the Erlang VM.

Elixir
Paradigmmulti-paradigm: concurrent, functional
First appeared2011
Stable release
0.8.0
Typing disciplinedynamic, strong
PlatformErlang
LicenseApache License
Filename extensions.ex, .exs
Websitewww.elixir-lang.org
Influenced by
Erlang, Ruby, Clojure