Elixir language, now at version 1.0, leverages Erlang VM to produce short, fast, and maintainable code for the Web and infrastructures Developers have another option for functional programming with ...
There are some languages that don't need mass appeal to be loved. Elixir, Lua, Zig, Clojure, Julia, and Rust prove that point ...
Built on top of Erlang, Elixir makes it easier to write good functional programming code and harder to mess it up. Here's a first look at this language on the rise. Elixir is one of the most ...
Eva Short was a journalist at Silicon Republic, specialising in the areas of tech, data privacy, business, cybersecurity, AI, automation and future of work, among others.
Elixir is a powerful, functional programming language known for concurrency and scalability. In just 100 seconds, this video explains the basics, why it’s popular among developers, and how it differs ...
You may wish to explore functional programming, but are put off by the academic feel. You know you need concurrent applications, but also know these are almost impossible to get right. Meet Elixir, a ...
A function expects a number, but somewhere in the project a string is passed instead. The compiler says nothing, the tests don't cover the case, and the error only ...