At 8:32 AM +0100 7/3/02, [EMAIL PROTECTED] wrote:
>[EMAIL PROTECTED] writes:
>
>>  Just a thought, I hope that we're going to be able to do things like:
>>
>>      my $sub = {$^a + $^b};
>>
>>      $sub.arity; # 2
>>      $sub.prototype; # ('$^a', '$^b')
>>
>>  Getting access to this sort of thing will make the life of someone,
>>  say, writing a refactoring browser, so much easier...
>
>And, for scary madness, how about:
>
>     $sub.current_continuation;
>
>For true scariness, consider:
>
>     $sub.current_continuation($new_continuation);
>
>Which may well make a certain amount of sense from an AOP point of
>view.
>
>     ...
>     $target.current_continuation($post_handler_continuation);
>     ...

Some days you really, really scare me Piers...

This would be an interesting thing to do, though. I don't see why it 
couldn't be done.
-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to