« earlier | later » Page 1 of 1
ferd.ca -> An Open Letter to the Erlang Beginner (or Onlooker)
A nice overview of what's unique about Erlang (the concurrency stuff is obvious, but the error handling is equally neat).
to concurrency erlang exceptions language-design programming safety ... on 24 May 2014
The Trouble with Erlang Concurrency | Tim Fox's blog
The specific point is that the actor model makes it difficult to distribute a service (which isn't a problem when you have explicit channels -- you just use an any-to-any channel). The general point is that providing one model isn't helpful when that model doesn't work for your problem.
to concurrency erlang language-design research ... on 26 June 2011
Introduction to Erlang for the Cleveland Python Users Group (ClePy) | The Bath Not Taken
Erlang (from a concurrency rather than functional perspective) for Python users.
to concurrency erlang python teaching tutorial ... on 27 February 2011
The Hitchhiker's Guide to Concurrency | Learn You Some Erlang for Great Good!
An introduction to concurrent programming in Erlang. Right on the money.
to concurrency erlang teaching ... on 01 August 2010
Erlang -- with lightweight processes -- running on the JVM. JVM Transterpreter, anybody?
to concurrency erlang java lwp ... on 12 July 2010
Model-checker for Erlang, using a modified runtime library (much like Neil's CHP-to-CSP trick).
to concurrency erlang model-checking ... on 01 June 2009
A useful presentation on what Erlang people mean by COP -- i.e. what we call POP -- and some stuff on handling errors, which POP doesn't do at the moment.
to concurrency cop erlang reliability research ... on 13 June 2006
Basic parallel programming in Erlang. Their syntax looks somewhat occam-inspired.
to erlang parallel parallel-survey research ... on 21 April 2005
« earlier | later » Page 1 of 1
- erlang | |
7 | concurrency |
1 | cop |
9 | erlang |
1 | exceptions |
1 | jabber |
1 | java |
2 | language-design |
1 | lwp |
1 | model-checking |
1 | parallel |
1 | parallel-survey |
1 | programming |
1 | python |
1 | reliability |
3 | research |
1 | safety |
1 | software |
2 | teaching |
1 | tutorial |
tasty by Adam Sampson.