A Brief Introduction to Beam – Erlang/OTP Blog

This post is a brief primer on BEAM, the virtual machine that executes user… Read more

Similar

Trace-Based Testing in Erlang

Almost every practical algorithm is non-deterministic by design. Unpredictable process scheduling has to be dealt with in concurrent programs, network reorders and delays messages randomly, and fault-tolerant systems can experience failover at any time. I... (more…)

Read more »