Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

Effective Communication, or Why Telepathy Might Not Be Such a Good Idea – On Go’s Approach to Concurrency

Presented by
Presented at
Effective Communication, or Why Telepathy Might Not Be Such a Good Idea – On Go’s Approach to Concurrency
at
Detroit Lambda Lounge
|
July 1, 2012
Additional Presentations:
Written in
Detroit Lambda Lounge
|
July 2012

Go's approach to concurrency comes from the Communicating Sequential Processes process calculus, where concurrent processes produce values which are consumed by others. Eric will introduce the key concepts, compare the approach to the actor model (the approach employed by Erlang and Akka), and dive into an example social media filtering application.