Occasionally I encounter the notion of continuation based web frameworks for Haskell. What does that mean exactly?
Continuations as I know them are gloried goto control structures. I fail to see how they relate to web stuff.
What exactly would using continuations give?
A continuation-based web framework inverts flow of control in a web application. Instead of being page-oriented, it's flow-oriented. Displaying a web page is treated the same way as displaying a modal dialog in a desktop application. The flow of control (from the perspective of the user of the framework) is that one imperative action can request the display of multiple pages. The continuation being referred to is the rest of the action the user started.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With