[erlang-questions] [ANN] Elixir v0.5.0 released

José Valim jose.valim@REDACTED
Fri May 25 17:57:22 CEST 2012


Hello everyone,

Today we have officially released Elixir.

Elixir is a programming language built on top of the Erlang. It is
homoiconic, allowing meta-programming via macros, it also supports
polymorphism via protocols (similar to Clojure's), dynamic records and a
module reference mechanism.

Elixir aims to stay compatible with Erlang, so it shares the same bytecode
and data types. This means you can invoke Erlang code from Elixir (and
vice-versa) without any conversion or performance hit. This allows a
developer to mix the expressiveness of Elixir with the robustness and
performance of Erlang.

The getting started guide is here:

http://elixir-lang.org/getting_started/1.html

We also have a fast crash course for Erlang developers:

http://elixir-lang.org/crash-course.html

If anyone is interested in the release background, here is the announcement:

http://elixir-lang.org/blog/2012/05/25/elixir-v0-5-0-released/

If anyone would like to discuss Elixir or give feedback, feel free to join
#elixir-lang on irc.freenode.com

Thanks!

*
José Valim
www.plataformatec.com.br
Founder and Lead Developer
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120525/0bc9f9fb/attachment.htm>


More information about the erlang-questions mailing list