1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00
This commit is contained in:
2021-05-20 18:03:38 +01:00
parent 15125f206c
commit 8cc91fa4b1

View File

@@ -397,6 +397,9 @@ A whole programming paradigm known as \emph{effectful programming} is
built around the idea of simulating computational effects using
control effects.
In this dissertation I also advocate a new programming paradigm, which
I dub \emph{effect handler oriented programming}.
%
\dhil{This dissertation is about the operational foundations for
programming and implementing effect handlers, a particularly modular