@gron

A History of Erlang

. HOPL III: Proceedings of the third ACM SIGPLAN conference on History of programming languages, page 6-1--6-26. New York, NY, USA, ACM, (2007)
DOI: http://doi.acm.org/10.1145/1238844.1238850

Abstract

Erlang was designed for writing concurrent programs that "run forever." Erlang uses concurrent processes to structure the program. These processes have no shared memory and communicate by asynchronous message passing. Erlang processes are lightweight and belong to the language, not the operating system. Erlang has mechanisms to allow programs to change code ön the fly" so that programs can evolve and change as they run. These mechanisms simplify the construction of software for implementing non-stop systems.

Description

A history of Erlang

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted