尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
Choreographic programming is a promising new paradigm for programming concurrent systems where a developer writes a single centralized program that compiles to individual programs for each node. Existing choreographic languages, however, lack critical features integral to modern systems, like the ability of one node to dynamically compute who should perform a computation and send that decision to others. This work addresses this gap with λ QC, the first typed choreographic language with first class process names and polymorphism over both types and (sets of) locations. λ QC also improves expressive power over previous work by supporting algebraic and recursive data types as well as multiply-located values. We formalize and mechanically verify our results in Rocq, including the standard choreographic guarantee of deadlock freedom.
DOI 原文 ·
@article{paperbot3008,
title = {Choreographic Quick Changes: First-Class Location (Set) Polymorphism},
author = {Ashley Samuelson and Andrew K. Hirsch and Ethan Cecchetti},
journal = {Proceedings of the ACM on Programming Languages},
volume = {9},
number = {OOPSLA2},
year = {2025},
doi = {10.1145/3763114}
}