Re: The invocation operators .* and .+

2015-06-17 Thread yary
On Wed, Jun 17, 2015 at 1:29 PM, Aristotle Pagaltzis wrote: > * yary [2015-06-17 17:10]: >> Perl6's "TEARDOWN" > > Sorry for the confusion. It’s not in Perl 6. I invented .teardown for > this example because I didn’t want to call it .destroy – that’s all. That's good to know. I did find DESTROY

Re: The invocation operators .* and .+

2015-06-17 Thread Aristotle Pagaltzis
* yary [2015-06-17 17:10]: > Perl6's "TEARDOWN" Sorry for the confusion. It’s not in Perl 6. I invented .teardown for this example because I didn’t want to call it .destroy – that’s all. -- Aristotle Pagaltzis //

Re: The invocation operators .* and .+

2015-06-17 Thread yary
A couple years ago I wrote a little Perl6 in response to a challenge, and it took me a while to figure out BUILD, BUILDALL, and new(). Learning the object model meant reading what was available on the web plus some time on the #perl6 IRC channel. I managed to get it all working properly for my litt