Mixing Metaphors: Actors as Channels and Channels as Actors (Extended Version)

November 18, 2016 Β· Declared Dead Β· πŸ› European Conference on Object-Oriented Programming

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Simon Fowler, Sam Lindley, Philip Wadler arXiv ID 1611.06276 Category cs.PL: Programming Languages Citations 18 Venue European Conference on Object-Oriented Programming Last Checked 3 months ago
Abstract
Channel- and actor-based programming languages are both used in practice, but the two are often confused. Languages such as Go provide anonymous processes which communicate using buffers or rendezvous points---known as channels---while languages such as Erlang provide addressable processes---known as actors---each with a single incoming message queue. The lack of a common representation makes it difficult to reason about translations that exist in the folklore. We define a calculus $Ξ»_{\textrm{ch}}$ for typed asynchronous channels, and a calculus $Ξ»_{\textrm{act}}$ for typed actors. We define translations from $Ξ»_{\textrm{act}}$ into $Ξ»_{\textrm{ch}}$ and $Ξ»_{\textrm{ch}}$ into $Ξ»_{\textrm{act}}$ and prove that both are type- and semantics-preserving. We show that our approach accounts for synchronisation and selective receive in actor systems and discuss future extensions to support guarded choice and behavioural types.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Programming Languages

Died the same way β€” πŸ‘» Ghosted