From 2017 cf. github repo of materials for CUFP 17 tutorial about it
Stephen Dolan
Spiros Eliopoulos
Daniel Hillerström
Anil Madhavapeddy
KC Sivaramakrishnan and Leo White
Abstract. Algebraic effects and their handlers have been steadily gaining attention as a programming language feature for composably expressing user-defined computational effects. While several prototype implementations of languages incorporating algebraic effects exist, Multicore
OCaml incorporates effect handlers as the primary means of expressing
concurrency in the language. In this paper, we make the observation that
effect handlers can elegantly express particularly difficult programs that
combine system programming and concurrency without compromising
performance. Our experimental results on a highly concurrent and scalable web server demonstrate that effect handlers perform on par with
highly optimised monadic concurrency libraries, while retaining the simplicity of direct-style code.
Recent comments
20 weeks 1 day ago
20 weeks 1 day ago
20 weeks 1 day ago
42 weeks 2 days ago
46 weeks 4 days ago
48 weeks 1 day ago
48 weeks 1 day ago
50 weeks 6 days ago
1 year 3 weeks ago
1 year 3 weeks ago