Tag: actors

SE Radio Episode 249: Vaughn Vernon on Reactive Programming with the Actor Model

Filed in Episodes by on February 12, 2016 1 Comment
SE Radio Episode 249: Vaughn Vernon on Reactive Programming with the Actor Model

In this episode, SE Radio Host Stefan Tilkov talks to Vaughn Vernon about the topic of his most recent book, Reactive Messaging Patterns with the Actor Model. Vaughn explains the concepts and history of reactive programming, the actor model and its consequences, actors and their relation to object orientation, a typical approach for designing a […]

Continue Reading »

Episode 89: Joe Armstrong on Erlang

Filed in Episodes by on March 12, 2008 16 Comments
Episode 89: Joe Armstrong on Erlang

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.

Continue Reading »