Episode 89: Joe Armstrong on Erlang
Recording Venue: JAOO 2007
Guest(s): Joe Armstrong
Host(s): Markus
In this Episode we’re talking about Erlang with its creator Joe Armstrong. We started by looking at the history of the Erlang language and why it is so relevant today.
We then looked at Joe’s approach to Concurrency Oriented Programming and its main ingredients: share nothing, lightweight concurrency and pure message passing. We also compared this to the classic shared memory approach to concurrency. We then looked at other interesting aspects of Erlang, such as its functional nature (and why this is important to concurrency) and pattern matching. Next we discussed how to implement distribution and fault tolerance, and we took a look at OTP, the “application server” for Erlang.
We concluded the conversation with a littel discussion about how Erlang was designed, it’s current community as well as its future.
Links:
- The Actor Model
- Concurrency Orienged Programming
- Erlang Website
- Joe’s Website
- Message Passing Concurrency
Podcast: Play in new window | Download
Subscribe: Apple Podcasts | RSS
Tags: actors, concurrency, languages, message passing, Technology/Guest
[…] This post was mentioned on Twitter by Ifnu Bima, Ifnu Bima. Ifnu Bima said: amazed by Erlang http://is.gd/gVGc8 #concurencydoneright #faulttolerantdoneright niiicee […]
[…] come across which is pretty interesting (even though it is basically the same record spinning) is this podcast interview with Joe Armstrong by SE […]