Abstract

This paper introduces a novel mechanism to perform intercession (a form of reflection) in an object-oriented programming language with the goal of making the language extensible from within itself. The proposed mechanism builds upon a mirror-based architecture, leading to a reusable reflective application programming interface that cleanly separates interface from implementation details. However, support for <i>intercession</i> has been limited in contemporary mirror-based architectures. This is due to the fact that mirror-based architectures only support reflection explicitly triggered by metaprograms, while intercession requires reflection implicitly triggered by the language interpreter. This work reconciles mirrors with intercession in the context of an actor-based, object-oriented programming language named AmbientTalk. We describe this language's full reflective architecture, highlighting its novel mirror-based approach to reflect upon both objects and concurrently executing actors. Subsequently, we apply AmbientTalk's mirror-based reflection to implement two language features, which crucially depend on intercession, to wit future-type message passing and leased object references. Copyright &copy; 2008 John Wiley & Sons, Ltd.</p> <p>This work is based on an earlier work: Behavioral Intercession in a Mirror-based Architecture, in Proceedings of the 2007 Symposium on Dynamic Languages (DLS 2007) &copy; ACM, 2007. .

Description

Mirror-based reflection in AmbientTalk

Links and resources

Tags