in reply to Re: Perl6 dot syntax (for methods?)
in thread Perl6 dot syntax (for methods?)
Oh my, now I am getting even more confused...
(1, 5, 2, 4, 3).quicksort.say;
So, quicksort and say are methods of the array class? Or of the base object class? Because if they are not, I think the normal functional syntax is more appropriate. Especially if everything is (or can be treated as) an object, should we not be extra careful about what really is a method and what is not?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl6 dot syntax (for methods?)
by chromatic (Archbishop) on Feb 28, 2005 at 07:46 UTC | |
|
Re^3: Perl6 dot syntax (for methods?)
by gaal (Parson) on Feb 28, 2005 at 07:37 UTC | |
|
Re^3: Perl6 dot syntax (for methods?)
by rg0now (Chaplain) on Feb 28, 2005 at 13:50 UTC |