Concurrent Programming in Erlang

Concurrent Programming in Erlang  by Robert Virding, Claes Wikstrom, Mike Williams

Concurrent Programming in Erlang
by Robert Virding, Claes Wikstrom, Mike Williams

eBook Details:

Publisher: Prentice Hall PTR 1996
ISBN/ASIN: 013508301X
ISBN-13: 9780135083017
Number of pages: 205

eBook Description:
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.

 Download or read it online here: Concurrent Programming in Erlang

You may also like...