Modularity and conventions for maintainable concurrent language implementations: a review of our experiences and practices

  • Authors:
  • Stefan Marr;Jens Nicolay;Tom Van Cutsem;Theo D'Hondt

  • Affiliations:
  • Vrije Universiteit Brussel, Elsene, Belgium;Vrije Universiteit Brussel, Elsene, Belgium;Vrije Universiteit Brussel, Elsene, Belgium;Vrije Universiteit Brussel, Elsene, Belgium

  • Venue:
  • Proceedings of the 2012 workshop on Modularity in Systems Software
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we review what we have learned from implementing languages for parallel and concurrent programming, and investigate the role of modularity. To identify the approaches used to facilitate correctness and maintainability, we ask the following questions: What guides modularization? Are informal approaches used to facilitate correctness? Are concurrency concerns modularized? And, where is language support lacking most? Our subjects are AmbientTalk, SLIP, and the RoarVM. All three evolved over the years, enabling us to look back at specific experiments to understand the impact of concurrency on modularity. We conclude from our review that concurrency concerns are one of the strongest drivers for the definition of module boundaries. It helps when languages offer sophisticated modularization constructs. However, with respect to concurrency, other language features like single-assignment are of greater importance. Furthermore, tooling that enables remodularization taking concurrency invariants into account would be of great value.