- Sponsor:
- sigplan
No abstract available.
Proceeding Downloads
A configurable transport layer for CAF
The message-driven nature of actors lays a foundation for developing scalable and distributed software. While the actor itself has been thoroughly modeled, the message passing layer lacks a common definition. Properties and guarantees of message ...
Distributed functional reactive programming on actor-based runtime
Reactive programming over a network is a challenging task because efficient elimination of temporary violations of data flow invariants, known as glitches, in a distributed setting is still an open issue. In this paper, we propose a method for ...
Observable atomic consistency for CvRDTs
The development of distributed systems requires developers to balance the need for consistency, availability, and partition tolerance. Conflict-free replicated data types (CRDTs) are widely used in eventually consistent systems to reduce concurrency ...
Chocola: integrating futures, actors, and transactions
Developers often combine different concurrency models in a single program, in each part of the program using the model that fits best. Many programming languages, such as Clojure, Scala, and Haskell, cater to this need by supporting different ...
Concurrent garbage collection in the actor model
In programming languages where memory may be allocated dynamically, automatic garbage collection (GC) can improve the efficiency of program execution while preventing program errors caused by incorrectly removed memory locations. In actor systems, GC ...
Attached and detached closures in actors
Expressive actor models combine aspects of functional programming into the pure actor model enriched with futures. Such functional features include first-class closures which can be passed between actors and chained on futures. Combined with mutable ...
A scripting language for practical agent-oriented programming
This paper describes the features of a scripting language proposed to support the practical implementation of agents and multi-agent systems using an agent-oriented programming approach. Agents are programmed in terms of procedures to be executed when ...
Index Terms
- Proceedings of the 8th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control
Recommendations
Acceptance Rates
Year | Submitted | Accepted | Rate |
---|---|---|---|
AGERE! '14 | 14 | 9 | 64% |
AGERE! 2013 | 21 | 10 | 48% |
Overall | 35 | 19 | 54% |