erlang notes
- erlang caveats
- erlang q&a
- erlang time-travel updates - if you've been away for more than a decade
erlang basics
tooling cookbook
- Call a function from a Nim library
- getch() in pure Erlang
- Working with other BEAM languages
- rebar3 tricks
economy
- Type-based optimizations in the JIT
- Efficiency Guide - highlighted: body-recursive list-building
- perf support
- compiler speed
- this warning still holds, about a bad interaction between process dictionary bloat and
erlang:process_info/1
design
- programmer-zeitgeist problems
- Core Erlang
- Programming Rules and Erlang Coding Standards
- "defensive programming"
