While Programming Elixir was being announced, we have been working on Elixir v0.9.0 which is finally out. This release contains new features, important performance optimizations and bug fixes. Elixir …
Elixir 程式語言
我不是化妝品
During the last year, we have spoken at many conferences spreading the word about Elixir. We usually started with introducing the Erlang VM, then went on to talk about Elixir goals, saving some time a…
As you may have heard in the upcoming 0.12.0 release Elixir’s enumerators gained some new features. In this blog post I’ll explain what’s new, what it enables and how it works. For those of you who us…
Hello folks! Elixir v0.13.0 has been released. It contains changes that will effectively shape how developers will write Elixir code from now on, making it an important milestone towards v1.0! On this…
Hello everyone! We are glad to announce v0.15.0 has been released. We have spent the last 2 months tidying up the existing APIs, ensuring consistency, improving performance and more. As a result, v0.1…
Elixir v1.1 has been released and it brings enhancements, bug fixes, performance improvements and more into Elixir. Elixir v1.1 supports both Erlang 17 and Erlang 18. This is, however, the last releas…
Elixir v1.3 brings many improvements to the language, the compiler and its tooling, specially Mix (Elixir’s build tool) and ExUnit (Elixir’s test framework). The most notable additions are the new Cal…
Elixir v1.4 brings new features, enhancements and bug fixes. The most notable changes are the addition of the Registry module, the Task.async_stream/3 and Task.async_stream/5 function which aid develo…
In this blog post, we’ll talk about property-based testing and sample data generation. We’ll cover what these are, why we want them in Elixir, and what are are plans for the future. If you want to use…
Like previous years, the Elixir community is happy to participate in Google Summer of Code 2018. We are currently working on four different projects. Let’s have a look at them. StreamData integration …
Elixir v1.8 comes with many improvements at the infrastructure level, improving compilation time, speeding up common patterns, and adding features around introspection of the system. Custom struct ins…
Elixir v1.9 is out with releases support, improved configuration, and more. We are also glad to announce Fernando Tapia Rico has joined the Elixir Core Team. Fernando has been extremely helpful in kee…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. FarmBot is an open-source precision agriculture CNC farming project that inclu…
Over the last releases, the Elixir team has been focusing on the compiler, both in terms of catching more mistakes at compilation time and making it faster. Elixir v1.11 has made excellent progress on…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Change.org is a social change platform, with over 400 million users worldwide.…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Duffel is building the new software backbone of the travel industry. Their fir…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Community is a platform that enables instant and direct communication with the…
Elixir v1.12 is out with improvements to scripting, tighter Erlang/OTP 24 integration, stepped ranges, and dozen of new functions across the standard library. Overall this is a small release, which co…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. X-Plane 11 is the world’s most comprehensive and powerful flight simulator for…
Elixir v1.13 has just been released! Generally speaking, new Elixir versions include improvements to its primary API, the one Elixir developers use every day, and also to the foundation that powers it…