Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in continuations

Is this an appropriate use of ContT?

Simplest example of backwards continuations in Scheme without explicit mutation

Continuation (call/cc) in Scheme

scheme continuations callcc

Understanding continuations in JavaScript

javascript continuations

async/await vs. hand made continuations: is ExecuteSynchronously cleverly used?

Help with dynamic-wind and call/cc

scheme racket continuations

Does the continuation + tail recursion trick actually trade stack space for heap space?

Specifics of call/cc

scheme continuations callcc

Is Rhino the only interpreter with support for sandboxing and serializable continuations?

What's the benefit of scalaz.concurrent.Future, in comparison to scalaz.ContT[Trampoline, Unit, ?]

Inferring result type in continuations

What's the relationship between the async/await pattern and continuations?

Right way to compose continuation and state monad transformers

Can I copy a function with its *current* state?

difference between closures and continuations

closures continuations

How to share intermediate results of continuations?

Is ContinueWith guaranteed to execute?

Can we describe Clojure's core.async as 'continuation passing style'?

TPL and Exception Handling

Is continuation-style-programming prone to stack overflow