Want to know the difference between the Java VM and the BEAM VM? In this blog we discuss the different virtual machines and explain concurrency in comparison to parallelism (more…)
Read more »
Have you ever had to parse XML with Erlang? Have you used xmerl for that? Have you seen all the records returned by xmerl functions and…
Read more »
In my career as a software developer I had the opportunity to work with many different programming
languages (Java, Python, JavaScript, Clojure, Elixir, C and Rust)
and runtimes (JVM, Node, CPython, Erlang... (more…)
Read more »
The Erlang & Elixir process registry Syn v2 has been rewritten from the grounds up. In this post I share the architectural choices behind this work. (more…)
Read more »
Using lists:seq/2 in Erlang, you might found some slightly unexpected although perfectly documented results. It’s nothing spectacular but I think it’s nonetheless funny. (more…)
Read more »