Getting functional with Erlang

Initial draft of first few chapters is published at Leanpub

Mark Nijhof
Functional Erlang

--

I published the initial draft of the first few chapters of “Getting functional with Erlang” on Leanpub, go to http://functionalerlang.com to get your copy.

Book description:

This book aims to get you started with writing Erlang applications right from the get go. After some initial chapters introducing the language syntax and basic language features we will dive straight into building Erlang applications. While writing actual code you will discover and learn more about the different Erlang and OTP features. Each application we create is geared towards a different use-case, exposing the different mechanics of Erlang.

I want this to become the book I would have read myself, simple and to the point. Something to help you get functional with Erlang quickly. I imagine you; with one hand holding your e-reader and typing code with the other hand.

I have made a broad assumption: Because only smart people would want to learn Erlang (that is you), that you are then also smart enough to find your way to all the language specifics when needed. So this book is not meant as a complete reference guide for Erlang. But it will teach you enough to give you a running start.

When you have reached the end of this book you will be able to build a full blown Erlang application and release it into production. You will understand the core Erlang features like; pattern matching, message passing, working with processes, and hot code swapping.

To get it now go to: http://functionalerlang.com

What is Leanpub?

Leanpub is a publishing platform where publishers can work on their book and while they are still writing it also start publishing it. This allows then to get feedback on the early drafts. Thus improving the book even before the final version is published.

You can read more about that here: https://leanpub.com/help/reader_faq

--

--