Skip to:Content
|
Bottom
Cover image for Concurrent programming in ERLANG
Title:
Concurrent programming in ERLANG
Edition:
2nd ed
Publication Information:
London : Prentice Hall, 1996
ISBN:
9780135083017
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000003982885 QA76.73.E74 C66 1996 Open Access Book Book
Searching...

On Order

Summary

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. Written in a tutorial style, this book emphasizes learning through example, illustrating a number of problems in designing and programming concurrent fault-tolerant real-time systems. This edition features new chapters on distributed programming, distributed programming techniques and distributed data.


Table of Contents

Preface
I Programming
1 An ERLANG Tutorial
2 Sequential Programming
3 Programming with Lists
4 Programming with Tuples
5 Concurrent Programming
6 Distributed Programming
7 Error Handling
8 Programming Robust Applications
9 Miscellaneous Items
II Applications
10 Databases
11 Distributed Programming Techniques
12 Distributed Data
13 Operating Systems
14 Real Time Control
15 Telephony
16 An ASN l Compiler
17 Graphics
18 Object-Oriented Programming
Go to:Top of Page