๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Concurrent Programming in Erlang

โœ Scribed by Robert Virding, Claes Wikstrom, Mike Williams, Joe Armstrong


Publisher
Prentice Hall
Year
1996
Tongue
English
Leaves
205
Edition
2nd ed
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Erlang is a concurrent, functional programming language designed for programming large industrial real time systems. The language is untyped and has a pattern matching syntax. Functions are written as a set of recursion equations and the language has explicit concurrency and asynchronous message passing. Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illstrated.New chapters on Distributed Programming, Distributed Programming Techniques and Distributed Data.


๐Ÿ“œ 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