Related Entities
Haskell hacking
75 articles also mentioned Haskell
Programmable Concurrency in Pure and Lazy Languages
15 articles also mentioned Scheme
Haskell Weekly News: January 05, 2008
13 articles also mentioned Microsoft
Programmable Concurrency in Pure and Lazy Languages
10 articles also mentioned Joe Armstrong
Programmable Concurrency in Pure and Lazy Languages
9 articles also mentioned Simon Peyton Jones
Nick Hortovanyi : Java losing some of its mojo in enterprise development?
9 articles also mentioned Ericsson
Commercial Users of Functional Programming: CUFP-2007-Report
8 articles also mentioned Intel
About Erlang
Erlang is a general-purpose concurrent programming language and
Read Moredistributed, fault-tolerant, soft-real-time, non-stop applications. It supports hot swapping so code can be changed without stopping a system. Erlang was originally a proprietary language within Ericsson, but was released as open source in 1998. The Ericsson implementation primarily runs interpreted virtual machine code, but it also includes a native code compiler (not supported on all platforms), developed by the High-Performance Erlang Project (HiPE) at Uppsala University. It also now supports interpretation via escript as of r11b-4.
Creating and managing processes is trivial in Erlang, whereas threads are considered a complicated and error prone topic in most languages. In Erlang, all concurrency is explicit.
Erlang is named after A. K. Erlang. It is sometimes thought that its name is an abbreviation of Ericsson Language, owing to its heavy use inside Ericsson. According to Bjarne Däcker, who headed the Computer Science Lab at the time, this duality is intentional.[http://www.erlang.org/pipermail/erlang-questions/1999-February/000098.html]"





