Re: Packed arrays and assignment vs binding

2010-11-14 Thread Moritz Lenz
On 11/14/2010 03:46 AM, Mason Kramer wrote: > I understand everything you've written except the following: > > On Nov 13, 2010, at 12:09 PM, Jonathan Worthington wrote: > >> Hi, >> ... >> >> my Int @x; >> >> Where we get an array of scalar containers, each of which is only allowed to >> conta

Re: Packed arrays and assignment vs binding

2010-11-14 Thread Jon Lang
On Sun, Nov 14, 2010 at 2:54 AM, Moritz Lenz wrote: > On IRC, Jonathan said that 1 is basically an Int, which is something > like a boxed int. So whatever operation works removes the box, and puts > the result in the variable. > > However I wonder how well that's going to work, since Int can store

[perl #79192] [BUG] Can't do a method-like sub call with *.&foo and have the result be a closure in Rakudo

2010-11-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79192] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=79192 > rakudo: say (*.&say).WHAT rakudo 015d77: OUTPUT«Whatever()<0x8319460>␤Bool()␤» should