Computers -- Programming -- Erlang

Reading list

Books
* "Concurrent Programming in ERLANG", Second Edition by Joe Armstrong, Robert Virding, Claes Wikström, and Mike Williams (dated; free version available on-line)
* "Programming Erlang" by Joe Armstrong
* "Erlang/OTP in Action" by Martin Logan, Eric Merritt, and Richard Carlsson
* "Erlang/OTP: Plattform für massiv-parallele und fehlertolerante Systeme" by Pavlo Baron (link)

On-line Documentation
* Erlang Reference Manual -- User's Guide
* Erlang Run-Time System Application (ERTS) Reference Manual
* OTP Reference Page Index
* STDLIB Reference Manual
* EUnit - a Lightweight Unit Testing Framework for Erlang (actually, this is a chapter in the User's Guide, but it's so important that I wanted to emphasize it)

Blog Posts
* Lager, a useful logging framework
* ChicagoBoss - a web framework inspired by Rails
* EUnit testing with Erlang and Chicago Boss

No comments:

Post a Comment