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. Moore's Law is the observation tha
Concurrent Programming in Erlang
โ Scribed by Robert Virding, Claes Wikstrom, Mike Williams, Joe Armstrong
- Book ID
- 127403345
- Publisher
- Prentice Hall
- Year
- 1996
- Tongue
- English
- Weight
- 557 KB
- Edition
- 2nd ed
- Category
- Library
- City
- London; New York
- ISBN-13
- 9780135083017
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
This book is an in-depth introduction to Erlang, a programming language ideal for any situation where concurrency, fault tolerance, and fast response is essential. Erlang is gaining widespread adoption with the advent of multi-core processors and their new scalable approach to concurrency. With this