Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Learn You Some Erlang for Great Good!
🌠 Top Free Data Science Books - 100% Free or Open Source!
  • Title Learn You Some Erlang for Great Good!
  • Author(s) Fred Hebert
  • Publisher: No Starch Press; 1 edition (January 13, 2013),; eBook (LearnYouSomeErlang.com)
  • Paperback: 624 pages
  • eBook: HTML and PDF
  • Language: English
  • ISBN-10: 1593274351
  • ISBN-13: 978-1593274351
  • Share This:  

Book Description

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.

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
About the Authors
  • Fred Hebert (Frederic Trottier-Hebert) is a self-taught programmer who taught Erlang. He spent time working on a real-time bidding platform and was named Erlang User of the Year 2012, and has since joined the routing team at Heroku, building large scale production systems with Erlang. His online tutorial, Learn You Some Erlang for Great Good!, is widely regarded as the best way to learn Erlang.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Concurrent Programming in Erlang, 2nd Edition (Joe Armstrong)

    This book employs a tutorial approach to guide the reader through the programming of real-time and distributed fault-tolerant systems. Written by experts in the field, this practically-oriented bok shows how the use of Erlang results in modular systems which are easy to specify, design and test.

  • O'Reilly® Etudes for Erlang (J. David Eisenberg)

    In this book, you will find descriptions of programs that you can compose (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.

  • Erlang Programming (Wikibooks)

    This book shows you how to write simple Erlang programs by teaching you one skill at a time. You'll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go.

  • Stuff Goes Bad: Erlang in Anger (Fred Hebert)

    This free book intends to be a little guide about how to be the Erlang medic in a time of war. It is first and foremost a collection of tips and tricks to help understand where failures come from, and a dictionary of different code snippets and practices that helped developers debug production systems that were built in Erlang.

  • Call Center Mathematics: Understanding and Improving using Erlang

    This book gives an overview of the role and potential of mathematical optimization in call centers. It deals extensively with all aspects of workforce management, but also with topics such as call routing and the scheduling of multiple channels.

Book Categories
:
Other Categories
Resources and Links