Jonathan Scott Duff skribis 2004-04-14 14:21 (-0500):
> On Wed, Apr 14, 2004 at 12:07:18PM -0700, chromatic wrote:
> > On Wed, 2004-04-14 at 05:18, Juerd wrote:
> > > I think %hash`key makes sense. But I'd like to find out if more people
> > > like this idea.
> > How do you request a hash slice with backticks?
> I think you wouldn't. For that the more verbose syntax is required and I
> think even desired.  %foo`key is just a shorthand for the very common
> %foo{key}

No, for the very common %foo{'key'}, since recently also known as
%foo<<key>>.

%foo{key} is %foo{ key() } in Perl 6's current design.


Juerd

Reply via email to