Sciweavers

AOSD
2007
ACM

Tribe: a simple virtual class calculus

13 years 8 months ago
Tribe: a simple virtual class calculus
Beginning with BETA, a range of programming language mechanisms such as virtual classes (class-valued attributes of objects) have been developed to allow inheritance in the presence of mutually dependent classes. This paper presents Tribe, a type system which generalises and simplifies other formalisms of such mechanisms, by treating issues which are inessential for soundness, such as the precise details of dispatch and field initialisation, as orthogonal to the core formalism. Tribe can support path types dependent simultaneously on both classes and objects, which is useful for writing library code, and ubiquitous access to an object's family, which offers family polymorphism without the need to drag around family arguments. Languages based on Tribe will be both simpler and more expressive than existing designs, while having a simpler type system, serving as a useful basis for future language designs. Categories and Subject Descriptors D.3.3 [Language Constructs and Features]: C...
Dave Clarke, Sophia Drossopoulou, James Noble, Tob
Added 12 Aug 2010
Updated 12 Aug 2010
Type Conference
Year 2007
Where AOSD
Authors Dave Clarke, Sophia Drossopoulou, James Noble, Tobias Wrigstad
Comments (0)