Evolving a reflective language: lessons learned from implementing traits - Inria - Institut national de recherche en sciences et technologies du numérique Accéder directement au contenu
Communication Dans Un Congrès Année : 2009

Evolving a reflective language: lessons learned from implementing traits

Résumé

Traits are method groups that can be used to compose classes. They do not have a runtime existence and are conceptually folded into the classes that use them. Traits have been implemented in different languages. While implementing them in Smalltalk, our first reflex was to take advantage of the fact that traits are not run-time entities: we optimized the implementation for space and hence shared methods between traits and classes. However, by doing so we broke the introspective API of Smalltalk. This paper illustrates a more general problem seen in all reflective systems: the implementation serves both as a model for execution and as the model that is exposed to the programmer. There is a conflict of interests between the information necessary for execution and the information the programmer is interested in. In addition, as soon as the implementation is exposed via reflection, we are not free to optimize. As the complete implementation is visible reflectively, there is no way to hide the optimizations. Few papers report errors and this is one of them. We report our experience facing the initial API mismatch, which has a significant impact on the system because the language is reflective (i.e., written in itself and causally connected). We present the new introspective API we put in place.
Fichier principal
Vignette du fichier
Duca09bTraitsAPI.pdf (185.84 Ko) Télécharger le fichier
Origine : Fichiers produits par l'(les) auteur(s)
Loading...

Dates et versions

inria-00531048 , version 1 (01-11-2010)
inria-00531048 , version 2 (16-01-2011)

Identifiants

Citer

Stéphane Ducasse, Marcus Denker, Adrian Lienhard. Evolving a reflective language: lessons learned from implementing traits. International Workshop on Smalltalk Technologies (IWST 2009), ESUG, Aug 2009, Brest, France. pp.82-86, ⟨10.1145/1735935.1735949⟩. ⟨inria-00531048v2⟩
225 Consultations
124 Téléchargements

Altmetric

Partager

Gmail Facebook X LinkedIn More