It seems something messed up while I tried to send this earlier. If this 
is essentially a duplicate, ignore it.

I've always liked how VB allowed you to do "instance methods." They allow 
for more elegant callbacks, and more structure if callbacks are 
complicated. Will Perl6 allow this? (Perl5 sortof did, but since the 
"bless" way of life is going away...)

Perhaps...

 class foo {...}

 $x = new foo;      #BTW: is there some unified way of creating instances 
                    # in perl6?
 method $x.frob() {...}

 $x.frob;



Luke

Reply via email to