Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • The number, complexity, and diversity of cyber threats are soaring. Businesses are increasingly concerned about the risks they face and 91% of organizations...
    Download

  • This online eBook provides insight and advice on how to build an effective disaster recovery strategy in the evolving world of virtual infrastructures,...
    Download

More on LinuxToday


The A-Z of Programming Languages: Erlang

Jun 16, 2009, 15:01 (0 Talkback[s])
(Other stories by Kathryn Edwards)

[ Thanks to jeeves for this link. ]

"Was there a particular problem the language aimed to solve?

"Yes, we wanted to write a control program for a small telephone exchange in the best possible manner. A lot of the properties of Erlang can be traced back to this problem. Telephone exchanges should never stop, so we have to be able to upgrade code without stopping the system.

"The application should never fail disastrously so we need to developed sophisticated strategies for dealing with software and hardware errors during run-time."

Complete Story

Related Stories: