The book opens with a high level overview of the technologies on which Elixir is built: Erlang and the BEAM.
I’ve always benefitted from being familiar with the level below where I was programming.
In Python, I’d look at the AST and bytecode; in Pascal, the p-code; in C, the assembly code, and in assembly code I had hardware emulators (and Soft-ICE back in the day).
One focus is a review of how you can use the Elixir/Erlang/BEAM environment to create self-contained server-side systems that include web server, background jobs, caches, crash recovery, etc.
Notable Notes and Quotes
[Read More]