Elixir v1.15 has just been released. 🎉 Elixir v1.15 is a smaller release with focused improvements on compilation and boot times. This release also completes our integration process with Erlang/OTP lo…
Elixir 程式語言
我不是化妝品
ExDoc has a cool new feature, cheatsheets! In this blog post, we’ll explain what that new feature is and the motivation behind it. We’ll also take the opportunity to highlight other ExDoc features tha…
Elixir v1.14 has just been released. 🎉 Let’s check out new features in this release. Like many of the past Elixir releases, this one has a strong focus on developer experience and developer happiness,…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. A group of initiatives towards innovation and open data has given the opportun…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Hubs is Mozilla’s take on virtual social experiences. You build your own priva…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. PepsiCo is one of the world’s leading food and beverage companies serving more…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. V7 is a web platform to create the sense of sight. A hub for machine learning …
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Slab is a knowledge base and team wiki that democratizes knowledge. Jason Chen…
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Founded in 2015 by Jason Citron and Stan Vishnevskiy, Discord is a permanent, …
Welcome to our series of case studies about companies using Elixir in production. See all cases we have published so far. Heroku provides services and tools to build, run, and scale web applications. …
Elixir v1.10 comes with improvements to the standard library, the compiler, as well as several additions to the mix release feature added in v1.9. In particular, this version adds a lot of polish to e…
Mint is a new low-level HTTP client that aims to provide a small and functional core that others can build on top. Mint is connection based: each connection is a single struct with an associated socke…
A new semester has started, which means it is time for a new Elixir release! This release brings quality of life improvements to the documentation, to error handling, to logger reporting, and to ExUni…
Elixir v1.6 includes new features, enhancements, and bug fixes. The main feature in this release is a code formatter. Important improvements can also be found in the standard library and in the Mix bu…
Elixir v1.5 includes new features, enhancements, and bug fixes. While Elixir v1.4 focused on tools for concurrency and scalability, Elixir v1.5 brings many improvements to the developer experience and…
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…
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…