Search code examples
Is this an appropriate use of ContT?...


haskellmonadscontinuations

Read More
How does `get` work in the CPS version of the State monad?...


haskellocamlcontinuationsstate-monaddelimited-continuations

Read More
Equational reasoning with tying the knot...


haskellmonadslazy-evaluationcontinuationstying-the-knot

Read More
Restarting task if it fails...


c#taskcontinuations

Read More
Cont monad shift...


haskellcontinuationsdelimited-continuations

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


scalaconcurrencyfuturescalazcontinuations

Read More
F# Order of Execution using CPS/Partial Application...


f#curryingcontinuations

Read More
Continuation function implementations based upon input type?...


haskelltypescontinuations

Read More
How to make callCC more dynamic?...


haskellcontinuationscallcc

Read More
Poor mans concurrency, understanding the monad instance?...


haskellmonadscontinuations

Read More
Is there a way to chain functions like withCString?...


haskellcontinuationsfunction-compositioncontinuation-passing

Read More
How to apply callcc so that it provides an escape continuation mechanism for use with the continuati...


javascriptfunctional-programmingmonadscontinuationscallcc

Read More
In F#, how can I turn a list of continuations into a continuation that takes a list?...


lambdaf#functional-programmingcontinuationscontinuation-passing

Read More
Continuations in Clojure...


functional-programmingclojureschemecontinuations

Read More
Why is a curried parameter not defined in this CPS parser example?...


f#continuations

Read More
Invoking a continuation vs a function call...


functional-programmingcontinuations

Read More
shared_ptr vs. new operator: which one to use...


c++taskshared-ptrcontinuationsppl

Read More
Why does the OnlyOnCanceled continuation get called?...


c#async-awaittaskcontinuationscancellation

Read More
How to make fromList lazy in this dynamic programming example?...


haskelldynamic-programminglazy-evaluationmemoizationcontinuations

Read More
How to get the user-slection of a dialog from MahApps using task continuation...


c#mvvmdialogmahapps.metrocontinuations

Read More
How do you do letcc in Clojure?...


clojureschemecontinuations

Read More
Cooperative Threading, No assignment...


multithreadingschemecontinuations

Read More
Simplest example of backwards continuations in Scheme without explicit mutation...


haskellfunctional-programmingschemecontinuations

Read More
"call-cc" patterns in Scala?...


scalacontinuations

Read More
How can I make this F# function not cause a stack overflow...


f#treemonadstail-recursioncontinuations

Read More
Is setcontext functions family in C a continuation?...


ccontinuations

Read More
Function signature for returning a recursive closure...


recursiontypesclosuresrustcontinuations

Read More
F#: In which memory area is the continuation stored: stack or heap?...


f#continuations

Read More
What is wrong with 100000 factorial using ContinuationMonad?...


f#monadstail-recursioncontinuations

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


optimizationf#functional-programmingtail-recursioncontinuations

Read More
BackNext