> ## Content Index
> Fetch the complete content index at: https://www.process-one.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# Erlang coverage on the Net
- URL: https://www.process-one.net/blog/erlang-coverage-on-the-net/
- Published: 2007-01-23T23:00:00.000Z
- Updated: 2024-09-26T08:51:15.000Z
- Author: Mickaël Rémond

Two nice articles or blog posts have been recently published on the Erlang programming language:

- UnixReview: [Reliably Multi-thread Calculations with Erlang](https://www.unixreview.com/documents/s=9521/ur0612n/ur0612n.htm?ref=process-one.net), by Cameron Laird and Kathryn Soraiz. This is a nice introduction on how to distribute and run some code on a cluster of Erlang nodes. From the article: *“What’s important long-term, though, is Erlang’s ability to promote correct composition of programs which can be distributed.”*
- O’Reilly Radar: [Threads Considered Harmful](https://radar.oreilly.com/archives/2007/01/threads%5Fconside.html?ref=process-one.net), by Nat Torkington. This blog post explains that with the rise of multicore based computing, Erlang is becoming increasingly usefull: *“This paper reflects two trends we see here at Radar: the first is towards multicore systems and the growing importance of distributed execution; the second is the increasing relevance of languages like Erlang, Haskell, and E.”*