O’Reilly Media, Inc., 2010 - 128 p.
Language: English
In this book, you will find descriptions of programs that you can write in Erlang. The programs will usually be short, and each one has been designed to provide practice material for a particular Erlang programming concept. These programs have not been designed to be of considerable difficulty, though they may ask you to stretch a bit beyond the immediate material and examples that you find in the book Introducing Erlang.
Getting Comfortable with Erlang
Functions and Modules
Logic and Recursion
Strings
Lists
Higher Order Functions and List Comprehensions
Processes
Handling Errors
Storing Structured Data
Getting Started with OTP
Appendix A. Solutions to Études