Dan Sugalski:
> So, what about the ramifications of:

No. You've glossed over the details of how we know that

>     $foo = @bar
> @bar's get_integer method is called, and $foo's set_integer method is 
> called. No temp PMCs.

this assignment is integer, and

>     $foo = %bar
> calls %bar's get_string method and $foo's set_string method.

this assignment is string,

>     $foo = keys %bar (or whatever we're using in perl 6 for this)
> calls %bar's get_integer method and $foo's set_integer method.

and this assignment is integer.

Parrot can't know this, surely.

-- 
<fimmtiu> Sucks really Forth. Ugh.

Reply via email to