Using Erlang to solve sequential programming problems. In this chapter we write a reverse polish notation calculator and write a program to find the shortest path between Heathrow and London.| learnyousomeerlang.com
The basic concepts behind Erlang's message passing architecture for writing fault-tolerant systems. How to spawn new processes, send and receive messages and a few examples.| learnyousomeerlang.com
A guide to understanding Erlang Maps| learnyousomeerlang.com