Writing a short concurrent application with Erlang primitives: processes, links, monitors, hot code loading and message passing are revisited. A primer before OTP.| learnyousomeerlang.com
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
Finding how to take a complete release and then safely upgrade it without taking it down or losing data. Done with a Progress Quest clone.| learnyousomeerlang.com