Today we are glad to announce the official release of GenStage. GenStage is a new Elixir behaviour for exchanging events with back-pressure between Elixir processes. In the short-term, we expect GenSt…
Elixir 程式語言
我不是化妝品
v1.2 brings enhancements, bug fixes, performance improvements and more into Elixir. Elixir v1.2 relies on many features in Erlang 18, requiring at least Erlang 18+. Upgrading to Erlang 18 is therefore…
We are glad to announce Elixir v1.0 is finally out. It has been 8005 commits by 189 contributors, including the initial commit on January 9th, 2011! What’s Elixir? Elixir is a dynamic, functional lang…
Hello everyone! We are glad to announce v0.14.0 has been released. Our previous release, v0.13.0, brought important changes to the language. Back then we have introduced a new associative data structu…
Elixir v0.12.0 has been released with improved enumerables, build patterns and welcoming a new member to our team. Enumerables In previous versions, the Enumerable protocol was based on reduce/fold, a…
After 4 months, Elixir v0.11.0 has been released with 832 commits since the previous minor release, done by more than 40 contributors. Although we have some great features in this release, the major f…
Elixir v0.10.0 is released with support for streams, sets and many improvements to the Mix and ExUnit applications. Streams The default mechanism for working with collections in Elixir is the Enum mod…
Elixir uses Erlang underneath, all the way down. Thanks to this, an Elixir project can run on the recently revealed “OS-less” Erlang VM called LING VM. LING VM is the core technology of Erlang on Xen.…
We are pleased to announce that Elixir is taking part in Google Summer of Code 2013 as member of the BEAM Community. This means that students all around the world can get paid to work on Elixir during…
Hot out of the oven! We just released Elixir v0.7.2 with a number of delicious improvements. One of the most important changes in this minor release is a partial rehaul of the type specification synta…
Elixir v0.7.0 was released with bug fixes and many improvements, like a String module to handle UTF-8 binaries and support to environments and nested dependencies in Mix. We have also taken important …
We have finally released Elixir v0.5.0! This marks the first release since the language was rewritten. In this blog post, we will discuss what we achieved during this time and what are the next steps!…