FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


Concurrent Programming in Erlang
Reply with quote
Concurrent Programming in Erlang

Authors : J. Armstrong, R. Virding, C. Wikström, M. Williams
ISBN : 0-13-508301-X
Pages : 358
Publisher : Prentice Hall
Publication Date : 1996

Book Summary:

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.

Distributed Erlang programs can run transparently on cross-platform multi-vendor systems. The language has primitives for detecting run-time errors and for dynamic code replacement (i.e. changes to code can be made in a running real-time system, without stopping system).

Erlang has real-time GC, modules and a foreign language interface.

Erlang was developed at the Ellemtel Telecommunication Systems Laboratories and is used within Ericsson for product development and prototyping.

Reviews:

Amazon.com

Smile "In general, this book was well worth the money paid. It's reasonably comprehensive and written for people who actually plan on writing Erlang programs. Furthermore, it even uses understandable real-life examples."

Arrow View/Download Concurrent Programming in Erlang (Part One) | Mirror

ndaru
Site Admin

Joined: 09 Oct 2004
Posts: 739
View user's profileSend private message
  
   
 Reply to topic