paperbot · PL 论文追踪

RSS

Manifest sharing with session types

ICFP 1(ICFP)2017引用 83
Stephanie Balzer, Frank Pfenning

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Session-typed languages building on the Curry-Howard isomorphism between linear logic and session-typed communication guarantee session fidelity and deadlock freedom. Unfortunately, these strong guarantees exclude many naturally occurring programming patterns pertaining to shared resources. In this paper, we introduce sharing into a session-typed language where types are stratified into linear and shared layers with modal operators connecting the layers. The resulting language retains session fidelity but not the absence of deadlocks, which can arise from contention for shared processes. We illustrate our language on various examples, such as the dining philosophers problem, and provide a translation of the untyped asynchronous π-calculus into our language.

链接与引用

DOI 原文 · PDF(开放获取) · DBLP

BibTeX
@article{BalzerP17,
  title = {Manifest sharing with session types},
  author = {Stephanie Balzer and Frank Pfenning},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {1},
  number = {ICFP},
  year = {2017},
  doi = {10.1145/3110281}
}