Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in continuation-passing

Can the CPS-styled `call/cc` be written in terms of a hypothetical non-CPS-styled `cc'`?

How do I wrap a chained stateful computation in State monad?

Why doesn't my transducer work anymore when abstracting from reducing/composing?

How does call/cc work with the CPS transformation from "Lisp in Small Pieces"?

How to implement a stack-safe chainRec operator for the continuation monad?

Tail Recursion in F# : Stack Overflow

Is it possible to convert a HOAS function to continuation passing style?

Simplify multiway tree traversal with continuation passing style

Continuation passing style - function composition

Is there a way to make this continuation passing with codata example work in F#?

f# continuation-passing

memoize continuation passing style function

Practical continuation passing style in C?

c continuation-passing

Is it possible to implement coroutines using only LISP primitives?

Rewriting code with continuations

continuation in common lisp by macros -- regarding an implemetation in OnLisp

Continuation Passing Style Computation Expression

Attempting to use continuation passing style to avoid stack overflow with minimax algorithm

CPS in curried languages