https://github.com/gabrielelana/erlang-watchlist
A curated list of references where to find good code to read to master Erlang idioms
https://github.com/gabrielelana/erlang-watchlist
Last synced: 22 days ago
JSON representation
A curated list of references where to find good code to read to master Erlang idioms
- Host: GitHub
- URL: https://github.com/gabrielelana/erlang-watchlist
- Owner: gabrielelana
- License: unlicense
- Created: 2014-10-06T14:14:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T07:08:00.000Z (about 10 years ago)
- Last Synced: 2025-02-10T10:45:40.039Z (3 months ago)
- Size: 191 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - erlang-watchlist
- awesomelist - erlang-watchlist
- collection - erlang-watchlist
- lists - erlang-watchlist
README
# Erlang Watchlist
A curated list of references where to find good code to read to master Erlang idioms## Users
* [Kresten Krab Thorup](https://github.com/krestenkrab)
* [Fred Hebert](https://github.com/ferd)
* [Ulf Wiger](https://github.com/uwiger)
* [Garrett Smith](https://github.com/gar1t)
* [Adam Lindberg](https://github.com/eproxus)
* [Bryan Hunter](https://github.com/bryanhunter)
* [Kevin Smith](https://github.com/kevsmith)
* [Yurii Rashkovskii](https://github.com/yrashk)
* [Robert Virding](https://github.com/rvirding)
* [Jesper Louis Andersen](https://github.com/jlouis)
* [Michael Truog](https://github.com/okeuday)
* [Torben Hoffmann](https://github.com/lehoff)## Repositories
* [Jobs](https://github.com/uwiger/jobs) A job scheduler for load regulation
* [Locks](https://github.com/uwiger/locks) Scalable deadlock-resolving locking system based on an algorithm designed by Ulf Wiger in 1993
* [POTS](https://github.com/uwiger/pots) originally used at Ericsson's basic Erlang course
* [Plain FSM](https://github.com/uwiger/plain_fsm) A behaviour/support library for writing plain Erlang FSMs
* [Trifork QuickCheck](https://github.com/krestenkrab/triq) An open and free Quickcheck for Erlang
* [HanoiDB](https://github.com/krestenkrab/hanoidb) Erlang LSM BTree Storage
* [Elvis](https://github.com/inaka/elvis) Erlang Style Checker (meck, rebar, coverage)
* [eTorrent](https://github.com/jlouis/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](https://github.com/rpt/eqcmini) This is a fully functional stripped down version of Quviq QuickCheck with some interesting examples
* [Erlang Priority Queues](https://github.com/okeuday/pqueue) Nice because it is tested with PropEr as explained [here](http://jlouisramblings.blogspot.it/2011/12/example-of-property-based-testing-in.html)
* [Egol](https://github.com/lehoff/egol) Game of Life (educational)
* [stdlib2](https://github.com/cannedprimates/stdlib2) Erlang stdlib extensions