Backtracking through Time and Space in Erlang [video]

This video was recorded at Code BEAM Europe 2022 – https://codesync.global/conferences/code-beam-sto-2022/Backtracking through Time and Space in Erlang | Qu… Read more

Similar

Installing Lisp Flavored Erlang on Windows

As another Erlang experiment (and as a Lisp fan), I figured I would try to give Lisp Flavored Erlang (LFE) a try. However, per my normal requirements for learning new programming languages, I had to establish that it would not only work on Linux, but als... (more…)

Read more »

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 »