Skip to content Skip to sidebar Skip to footer
Showing posts with the label Continuation Passing

[a,b].reduce(f,x) Code To [a,b].reduce(f) Using Transducer /cps Based Functional References?

In my previous Quesion: Extracting data from a function chain without arrays @Aadit M Shah gave me … Read more [a,b].reduce(f,x) Code To [a,b].reduce(f) Using Transducer /cps Based Functional References?