Piers Cawley <[EMAIL PROTECTED]> wrote:

[ Continuation usage ]

> Dan? Could you mandate this? Please?

As long as there are no usage patterns that precisely describe how
Continuations should work and how a PIR syntax could look like, there is
little to mandate ;)

> Preserving self and the current function object could also be rather
> handy...

C<self> is preserved around (method only?) calls. The subroutine object
currently not. This could be optional:

  $P0 = getprop sub_self, "some"    # sub_self := P0

>

leo

Reply via email to