> The PDL package would contain the definition of the > method C<PARENTHESES> (a polymorphic method along the lines of RFC 159): > > package PDL; > > .... > > sub PARENTHESES { > my $this = shift; > $this->slice(@_); > } I'd suggest PARENS to save typing and spelling mistakes, but the idea seems to jive well with RFC 159 otherwise. -Nate
- RFC 115 (v2) Overloadable parentheses for objects Perl6 RFC Librarian
- Nathan Wiger