#erlang
3 articles-
Supervision Trees Are a Philosophy, Not a Feature
Let-it-crash is not carelessness. It's a theory of where responsibility lives — enforced by the runtime rather than by anyone's good intentions.
-
Graph Theory in LFE: A Knowledge Graph of Erlang Itself
A deep, hands-on tour of graph theory in LFE — built on a real corpus of 1,664 Erlang concept cards, driven by the graffeo library, and unfolded slowly enough to teach the mathematics underneath each query.
-
Scientific Python on the BEAM
The matplotlib book left me wondering how much of the scientific-Python world I could pull onto the Erlang VM. The answer became two projects, a discovery I didn't plan, and line charts drawn in the terminal.