Re: [Haskell-cafe] CPS Streams

2012-10-10 Thread Johannes Waldmann
jeff p mutjida at gmail.com writes:

 I've always thought that the essence of iteratees is just CPS 

for sure, at some level of abstraction this ought to be true,
since CPS simulates call-by-value in a call-by-name language,

cf. Gordon Plotkin: Call-by-Name, Call-by Value and the Lambda Calculus
TCS , Vol. 1, pp. 125-159, http://homepages.inf.ed.ac.uk/gdp/publications/

and the purpose of  iteratee is to  provide strict [...] I/O 
http://hackage.haskell.org/package/iteratee-0.8.9.4

J.W.



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] CPS Streams

2012-10-10 Thread jeff p
Here is an haste of the original message since it seems like the
formatting was lost.

http://hpaste.org/76082

sorry about that,
  Jeff

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe