Claus Reinke wrote:
I have no idea why both you and Brendan assert that I was arguing/
rehashing for deep delimited continuations (let alone call/cc).

Because you wrote:

"1 can be worked around, but not with the usual tools of function definitions and calls - "yield" forces use of "function*" and "yield*" for abstracting over expressions containing it."

and later:

"For instance, we cannot write

   function* g() {  (function(){ yield 1 })() }"

This certainly looks like you want a deep continuation.

/be
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to