A curated list of references where to find good code to read to master Erlang idioms
- Kresten Krab Thorup
- Fred Hebert
- Ulf Wiger
- Garrett Smith
- Adam Lindberg
- Bryan Hunter
- Kevin Smith
- Yurii Rashkovskii
- Robert Virding
- Jesper Louis Andersen
- Michael Truog
- Torben Hoffmann
- Jobs A job scheduler for load regulation
- Locks Scalable deadlock-resolving locking system based on an algorithm designed by Ulf Wiger in 1993
- POTS originally used at Ericsson's basic Erlang course
- Plain FSM A behaviour/support library for writing plain Erlang FSMs
- Trifork QuickCheck An open and free Quickcheck for Erlang
- HanoiDB Erlang LSM BTree Storage
- Elvis Erlang Style Checker (meck, rebar, coverage)
- eTorrent Bittorrent client written in Erlang (mostly conceived as an experiment in how easy it would be to write a bittorrent client in Erlang)
- Erlang QuickCheck Mini This is a fully functional stripped down version of Quviq QuickCheck with some interesting examples
- Erlang Priority Queues Nice because it is tested with PropEr as explained here
- Egol Game of Life (educational)
- stdlib2 Erlang stdlib extensions