TAble MAtching Lua Extension – An Erlang-Style Pattern-Matching Library for Lua

tamale – TAble MAtching Lua Extension – An Erlang-style pattern-matching library for Lua… 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 »

Concurrency in Erlang and Scala: The Actor Model

Applications are becoming increasingly concurrent, yet the traditional way of doing this, threads and locks, is very troublesome. This article highlights Erlang and Scala, two programming languages that use a different approach to concurrency: the actor m...

Read more »