When one is coming from Erlang, and sees an artificial neural network diagram/topology, one cannot help but see the 1-to-1 mapping between the Erlang concurrency model, and neural networks; it’s almost eerie. (more…)
Read more »
This blog post describes the state of the Erlang garbage collector in Erlang/OTP as of November 2017. The latest updates are clearly marked in each of the sections. The Erlang/OTP master branch is a moving target and some of the things may have changed by... (more…)
Read more »
Natively Implemented Functions, more commonly known as NIFs, are not a new thing in Erlang. They have been around for several years, and are commonly used fo...
Read more »
Inspired by the blog posts from ikura and Finch, I thought I would write my own article about how I test my Erlang stuff.
Read more »