Elixir (programming language)

This is an old revision of this page, as edited by 97.113.108.226 (talk) at 02:48, 23 January 2013. 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: functional
First appeared2011
Stable release
0.7.2
Typing disciplinedynamic
PlatformErlang
LicenseApache License
Filename extensions.ex, exs
Websitewww.elixir-lang.org
Influenced by
Erlang, Reia (programming language), Ruby, Python