@gron

Toward a modularization of Pharo: Analysis of the design space for a new module system.

, , and . 9ème édition de la conférence MAnifestation des JEunes Chercheurs en Sciences et Technologies de l'Information et de la Communication - MajecSTIC 2012 (2012), Villeneuve d'Ascq, France, Nicolas Gouvy, (October 2012)

Abstract

Smalltalk is a fully reflexive object-oriented programming language created in the early 70's. Over the years, it has been influencing many other programming languages and evolved into many variants. However, it has no notion of visibility, providing a single namespace. Because all classes and global variables were visible from every point of the system, numerous dependencies appeared and it turned into a monolithic system. As a descendant of Smalltalk, Pharo should provide a programming construct to make the platform more modular. Designing such a construct is a challenge because of two migration constraints: it must support circular dependencies and local class extensions. In this context, this article present an analysis of the design space for a module system through three design axis: encapsulation, dependency resolution, and module combination.

Description

HAL - INRIA :: [hal-00780293, version 1] Toward a modularization of Pharo: Analysis of the design space for a new module system.

Links and resources

Tags