𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Programming Erlang: Software for a Concurrent World

✍ Scribed by Joe Armstrong


Publisher
Pragmatic Bookshelf
Year
2013
Tongue
English
Leaves
530
Series
Pragmatic Programmers
Edition
Second Edition
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


A multi-user game, web site, cloud application, or networked database can have thousands of users all interacting at the same time. You need a powerful, industrial-strength tool to handle the really hard problems inherent in parallel, concurrent environments. You need Erlang. In this second edition of the bestselling Programming Erlang, you'll learn how to write parallel programs that scale effortlessly on multicore systems.

Using Erlang, you'll be surprised at how easy it becomes to deal with parallel problems, and how much faster and more efficiently your programs run. That's because Erlang uses sets of parallel processes-not a single sequential process, as found in most programming languages.

Joe Armstrong, creator of Erlang, introduces this powerful language in small steps, giving you a complete overview of Erlang and how to use it in common scenarios. You'll start with sequential programming, move to parallel programming and handling errors in parallel programs, and learn to work confidently with distributed programming and the standard Erlang/Open Telecom Platform (OTP) frameworks.

You need no previous knowledge of functional or parallel programming. The chapters are packed with hands-on, real-world tutorial examples and insider tips and advice, and finish with exercises for both beginning and advanced users.

The second edition has been extensively rewritten. New to this edition are seven chapters covering the latest Erlang features: maps, the type system and the Dialyzer, WebSockets, programming idioms, and a new stand-alone execution environment. You'll write programs that dynamically detect and correct errors, and that can be upgraded without stopping the system. There's also coverage of rebar (the de facto Erlang build system), and information on how to share and use Erlang projects on github, illustrated with examples from cowboy and bitcask.

Erlang will change your view of the world, and of how you program.

What You Need

The Erlang/OTP system. Download it from erlang.org.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;Erlang;


πŸ“œ SIMILAR VOLUMES


Programming Erlang: Software for a Concu
✍ Joe Armstrong πŸ“‚ Library πŸ“… 2007 πŸ› Pragmatic Bookshelf 🌐 English

I bought it as one of my course books. The language itself has some pretty cool things that makes distributed programming easy. The book, however, is quite poorly written. If I had to buy an erlang book again (and its not a mandatory course book), I wouldnt buy it again. Look online for better help

Programming Erlang: Software for a Concu
✍ Joe Armstrong πŸ“‚ Library πŸ“… 2007 πŸ› Pragmatic Bookshelf 🌐 English

<DIV><p>Erlang solves one of the most pressing problems facing developers today: how to write reliable, concurrent, high-performance systems. It's used worldwide by companies who need to produce reliable, efficient, and scalable applications. Invest in learning Erlang now. </p><p> Moore's Law is the

Programming Erlang: Software for a Concu
✍ Joe Armstrong πŸ“‚ Library πŸ“… 2007 πŸ› Pragmatic Bookshelf 🌐 English

Very good introduction to Erlang, covers all the important basics. Written in an easy to follow way, with mostly interesting examples and some exercises for the reader.

Programming Erlang: Software for a Concu
✍ Joe Armstrong πŸ“‚ Library πŸ“… 2007 πŸ› Pragmatic Bookshelf 🌐 English

<DIV><p>Erlang solves one of the most pressing problems facing developers today: how to write reliable, concurrent, high-performance systems. It's used worldwide by companies who need to produce reliable, efficient, and scalable applications. Invest in learning Erlang now. </p><p> Moore's Law is the

Programming Erlang: Software for a Concu
✍ Joe Armstrong πŸ“‚ Library πŸ“… 2013 πŸ› Pragmatic Bookshelf 🌐 English

A multi-user game, web site, cloud application, or networked database can have thousands of users all interacting at the same time. You need a powerful, industrial-strength tool to handle the really hard problems inherent in parallel, concurrent environments. You need Erlang. In this second edition