Welcome, adventurer!¶
This is the collection of easy to read (ELI5) articles as well as in-depth knowledge such as VM internals, memory layout, opcodes etc. The project is work in progress, so come back soon! Github repository for pages https://github.com/kvakvs/beam-wisdoms
Latest¶
- 2018-01-13 ELI5 Spawning a process (actor), amended ELI5 copying, Pyrlang added to interfacing
- 2017-10-01 BEAM format: Added UTF8 atoms section, LocT, Attr section
- 2017-03-17 Data copying ELI5, efficiency guide
ELI5 Section (Explain Me Like I’m Five)¶
Deeper Knowledge Section¶
Todo
More details from ELI5 articles; IO and ports; Links and monitors; ETS?; BIFs, traps; Process: Exceptions; Ext term format
Smaller things you would’ve never noticed otherwise. OTP C source-related.
Erlang/OTP Source Style Guide, How OTP Source Would Benefit from C++, Things to Refactor in OTP
