programming erlang

Post on 08-May-2015

545 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

15 minutes presentation about the book "Prgramming Elrang, Software for a Concurrent World"

TRANSCRIPT

The world is parallel.

If we want to write programs that behave as other objects behave in the real world, then these programs will have a concurrent structure.

Use a language that was designed for writing concurrent applications, and development becomes a lot easier.

Erlang programs model  how we think and interact .

 Joe Armstrong    

Shared state or Message passing

Process dictionary

Erlang Term Storage

Disc Erlang Term Storage

Mnesia

Real time, distributed database

Thanks

top related