English

Towards Gradually Typed Capabilities in the Pi-Calculus

Programming Languages 2019-09-16 v1

Abstract

Gradual typing is an approach to integrating static and dynamic typing within the same language, and puts the programmer in control of which regions of code are type checked at compile-time and which are type checked at run-time. In this paper, we focus on the pi-calculus equipped with types for the modeling of input-output capabilities of channels. We present our preliminary work towards a gradually typed version of this calculus. We present a type system, a cast insertion procedure that automatically inserts run-time checks, and an operational semantics of a pi-calculus that handles casts on channels. Although we do not claim any theoretical results on our formulations, we demonstrate our calculus with an example and discuss our future plans.

Keywords

Cite

@article{arxiv.1909.05971,
  title  = {Towards Gradually Typed Capabilities in the Pi-Calculus},
  author = {Matteo Cimini},
  journal= {arXiv preprint arXiv:1909.05971},
  year   = {2019}
}

Comments

In Proceedings ICE 2019, arXiv:1909.05242

R2 v1 2026-06-23T11:14:04.980Z