Added a few more Erlang resources

This commit is contained in:
Jeff Turner
2015-06-03 08:50:16 -07:00
parent c96bc0d331
commit 9dd34e95ef
2 changed files with 9 additions and 0 deletions

View File

@ -898,8 +898,11 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
### Erlang
* [Concurrent Programming in ERLANG](http://www.erlang.org/download/erlang-book-part1.pdf)
* [Erlang Handbook](https://github.com/esl/erlang-handbook/raw/master/output/ErlangHandbook.pdf) (PDF)
* [Erlang Programming](http://en.wikibooks.org/wiki/Erlang_Programming) (HTML)
* [Études for Erlang](http://chimera.labs.oreilly.com/books/1234000000726/index.html) - J. David Eisenberg
* [Getting Started with Erlang User's Guide](http://www.erlang.org/doc/getting_started/users_guide.html) (HTML)
* [Learn You Some Erlang For Great Good](http://learnyousomeerlang.com/) - Frederic Trottier-Hebert
* [Making reliable distributed systems in the presence of software errors](http://www.erlang.org/download/armstrong_thesis_2003.pdf) - Joe Armstrong (PDF)
* [Stuff Goes Bad: Erlang in Anger](https://s3.amazonaws.com/erlang-in-anger/text.v1.0.0.pdf) - Fred Herbert (PDF)