Sciweavers

AGERE
2015
10views more  AGERE 2015»
8 years 7 days ago
Akka.js: towards a portable actor runtime environment
Multiple mature implementations of the actor model of concurrency exist. Besides several ones available for the Java Virtual Machine, there are others, for example, written in Sma...
Gianluca Stivan, Andrea Peruffo, Philipp Haller
AGERE
2015
2views more  AGERE 2015»
8 years 7 days ago
Objects as session-typed processes
A key idea in object-oriented programming is that objects encapsulate state and interact with each other by message exchange. This perspective suggests a model of computation that...
Stephanie Balzer, Frank Pfenning
AGERE
2015
12views more  AGERE 2015»
8 years 7 days ago
Deny capabilities for safe, fast actors
Combining the actor-model with shared memory for performance is efficient but can introduce data-races. Existing approaches to static data-race freedom are based on uniqueness an...
Sylvan Clebsch, Sophia Drossopoulou, Sebastian Ble...
AGERE
2015
17views more  AGERE 2015»
8 years 7 days ago
Exploring AOP from an OOP perspective
Agent-Oriented Programming (AOP) researchers have successfully developed a range of agent programming languages that bridge the gap between theory and practice. Unfortunately, des...
Rem W. Collier, Sean Edward Russell, David Lillis