Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
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

Learn You Some Erlang for Great Good!: A Beginner's Guide (repost)

Posted By: interes
Learn You Some Erlang for Great Good!: A Beginner's Guide (repost)

Learn You Some Erlang for Great Good!: A Beginner's Guide by Fred Hebert
English | ISBN: 1593274351 | 2013 | PDF + EPUB | 624 pages | 8 + 14 MB

Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there's a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good!

Erlang maestro Fred Hebert starts slow and eases you into the basics: You'll learn about Erlang's unorthodox syntax, its data structures, its type system (or lack thereof!), and basic functional programming techniques. Once you've wrapped your head around the simple stuff, you'll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today's savvy developers.

As you dive into Erlang's functional fantasy world, you'll learn about:
Testing your applications with EUnit and Common Test
Building and releasing your applications with the OTP framework
Passing messages, raising errors, and starting/stopping processes over many nodes
Storing and retrieving data using Mnesia and ETS
Network programming with TCP, UDP, and the inet module
The simple joys and potential pitfalls of writing distributed, concurrent applications

Packed with lighthearted illustrations and just the right mix of offbeat and practical example programs, Learn You Some Erlang for Great Good! is the perfect entry point into the sometimes-crazy, always-thrilling world of Erlang.