Concurrent Programming in Erlang by Robert Virding, Claes Wikstrom, Mike Williams
Publisher: Prentice Hall PTR 1996
ISBN/ASIN: 013508301X
ISBN-13: 9780135083017
Number of pages: 205
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. Erlang provides explicit concurrency, has asynchronous message passing and is relatively free from side effects. Written in a tutorial style, the emphasis of this book is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Computers & Internet Computer Science Concurrent Parallel & Distributed Systems Programming Language Theory Functional Programming Programming Languages & Tools Erlang