English

Towards Gradual Checking of Reference Capabilities

Programming Languages 2019-10-16 v2

Abstract

Concurrent and parallel programming is difficult due to the presence of memory side-effects, which may introduce data races. Type qualifiers, such as reference capabilities, can remove data races by restricting sharing of mutable data. Unfortunately, reference capability languages are an all-in or nothing game, i.e., all the types must be annotated with reference capabilities. In this work in progress, we propose to mix the ideas from the reference capability literature with gradual typing, leading to gradual reference capabilities.

Keywords

Cite

@article{arxiv.1909.01465,
  title  = {Towards Gradual Checking of Reference Capabilities},
  author = {Kiko Fernandez-Reyes and Isaac Oscar Gariano and James Noble and Tobias Wrigstad},
  journal= {arXiv preprint arXiv:1909.01465},
  year   = {2019}
}

Comments

draft

R2 v1 2026-06-23T11:04:40.345Z