http://qs1969.pair.com?node_id=765279


in reply to Re^6: Contexts and Perl 6
in thread Contexts and Perl 6

You're asking for an answer that assumes we're using the same definition of "inward". The meaning of that term is unclear in the presence of continuations.

Replies are listed 'Best First'.
Re^8: Contexts and Perl 6
by John M. Dlugosz (Monsignor) on May 20, 2009 at 17:53 UTC
    "inward" as in overloading on return type.

    Where are continuations used in Perl 6? I don't see any language features that explicitly do that. As you said, resuming an exception is simply returning since the stack is not unwound. Closures are starting-off points that take their environment from the actual caller. No co-routine constructs or "live" label references, etc.

    Anyway, my question as it stands, is as has been mentioned on this thread and referenced posts. Or, is the whole conversation overlooking Something Important?

    —John