Aaron asked:
 
   > I'm wondering about some other operators.... Will there be a ^?? operator?

I believe that there will be a hyperoperator for *every* operator.


   > I might, for example, say:
   > 
   >    @a = @b ^?? 'yea' :: 'nay';
   > 
   > Which I would expect to be the same as:
   > 
   >    @a = map {$_ ?? 'yea' :: 'nay'} @b;

Yes.


   > Will unary operators have hyper-equivalents, as well? Will,
   > 
   >    @a = ^-@b;
   > 
   > work?

Yes.

Damian.

Reply via email to