There have been large shifts in how people approached programming over the last 20 years. Whereas material of yesterday focused a lot on writing reusable and extendable components within each project, the current trend is to make small, isolated projects ... (more…)
Read more »
The Lumen Project is an alternative implementation of the Erlang VM, more known as the BEAM. It is designed to work
in WebAssembly with the specific goal of bringing Elixir and Erlang to the browser. (more…)
Read more »
Erlang is famous for its introspecting powers. You can get a lot of information about the processes running in your nodes without any external tool. Let's see one of the functions that provide that information… (more…)
Read more »
Do you remember List Incomprehensions? Well… there is more! And it will take us all the way down to the core of Erlang! (more…)
Read more »
Learn more about Erlang, a functional, concurrency-oriented programming language that powers applications like WhatsApp and WeChat. (more…)
Read more »