New paper: Making Concurrency Functional
Making Concurrency Functional
by Glynn Winskel
http://arxiv.org/abs/2202.13910
The article bridges between two major paradigms in computation, the functional, at basis computation from input to output, and the interactive, where computation reacts to its environment while underway. Central to any compositional theory of interaction is the dichotomy between a system and its environment. Concurrent games and strategies address the dichotomy in fine detail, very locally, in a distributed fashion, through distinctions between Player moves (events of the system) and Opponent moves (those of the environment). A functional approach has to handle the dichotomy much more ingeniously, through its blunter distinction between input and output. This has led to a variety of functional approaches, specialised to particular interactive demands. Through concurrent games we can more clearly see what separates and connects the differing paradigms, and show how:
- to lift functions to strategies; the “Scott order” intrinsic to concurrent games plays a key role in turning functional dependency to causal dependency.
- several paradigms of functional programming and logic arise naturally as subcategories of concurrent games, including stable domain theory; nondeterministic dataflow; geometry of interaction; the dialectica interpretation; lenses and optics; and their extensions to containers in dependent lenses and optics.
- to transfer enrichments of strategies (such as to probabilistic, quantum or real-number computation) to functional cases.
Presentations:
- Glynn Winskel was last year’s speaker at the British Computer Science Landin Seminar in December:
- On 3 March he gave the week’s Topos Institute Colloquium talk “Making Concurrency Functional”:
https://topos.site/topos-colloquium/
- Glynn Winskel will be in Copenhagen, giving his inaugural lecture as part-time professor at DIKU, University of Copenhagen, on May 12.
- Glynn Winskel will be giving an on-line PPS seminar at IRIF Paris on May 19:
https://www.irif.fr/seminaires/pps/index
- He is to give a course of four lectures at the 4th Scottish Programming Languages and Verification Summer School 2022 in July, at Heriot-Watt University.
Comments are closed
Comments to this thread have been closed by the post author or by an administrator.