Papers on Ambient-Oriented Programming

Rather than providing you with all papers published by our group, we try to give an overview of a selected set of important publications discussing Ambient-Oriented Programming. Each paper is also accompanied by a short description highlighting the particular relevance of each paper.

This paper identifies the hardware characteristics governing the interaction of mobile devices in a mobile ad hoc network. From these characteristics we derive the Ambient-Oriented Programming Paradigm, which is shown to be different from existing approaches to tackle software development for mobile devices. This paper also elaborates on AmbientTalk and describes its complete architecture, documenting how to use and extend the language with novel programming language support for ambient-oriented software.
This paper identifies the hardware characteristics governing the interaction of mobile devices in a mobile ad hoc network. From these characteristics we derive the Ambient-Oriented Programming Paradigm, which is shown to be different from existing approaches to tackle software development for mobile devices. This paper also introduces AmbientTalk as a first prototypical programming language adhering to the new paradigm.
Jessie Dedecker's PhD thesis gives an extensive overview of Ambient-oriented Programming and the first version of the AmbientTalk language, including a formal extension to the actor model and a metacircular implementation.
This paper presents the Ambient Actor model, a formal extension to the actor model that is specifically targetted towards supporting mobile ad hoc communication. This model introduces eight explicit mailboxes to reify both the computational and environmental context of an actor. The Ambient Actor model is concretely realized in AmbientTalk.