Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

The Little Elixir & OTP Guidebook

Posted By: AlenMiler
The Little Elixir & OTP Guidebook

The Little Elixir & OTP Guidebook by Benjamin Tan Wei Hao
English | 28 Sept. 2016 | ISBN: 1633430111 | 250 Pages | PDF/EPUB/MOBI (True) | 10.26 MB/3.19 MB/2.7 MB

Elixir is a functional programming language built on the Erlang virtual machine. It combines the productivity and expressivity of Ruby with the concurrency and fault-tolerance of Erlang. Elixir makes full use of Erlang's powerful OTP library, which many developers consider the source of Erlang's greatness, so programmers can have mature, professional-quality functionality right out of the gate. Elixir's support for functional programming makes it a great choice for highly distributed event-driven applications like IoT systems.

The Little Elixir & OTP Guidebook gets readers programming applications with Elixir and OTP. First, it offers a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, it dives straight into OTP and shows how it helps build scalable, fault-tolerant, and distributed applications through several fun examples. Readers will rediscover the joy of programming with Elixir and remember what it feels like to be a beginner again.

KEY FEATURES

 Hand-on guide with fun examples
 Gets readers building programs quickly
 Brings back the joy of programming