On Sat Jul 23 16:39:23 2016, pmichaud wrote: > On Sat Jul 23 16:26:25 2016, tbrowder wrote: > > NQP currently requires this: > > > > unless $var ~~ $regex { ... } > > > > but it would be convenient to use: > > > > if $var !~~ $regex { ... } > > > NQP-specific improvements probably belong in the NQP ticket queue: > https://github.com/perl6/nqp/issues > > Beyond that, is there a specific use case where this convenience is > truly needed? NQP is intended to be a minimalist language, not a > duplicate of Perl 6. > > Pm
Moved ticket to https://github.com/perl6/nqp/issues/300, please follow its progress there. FYI, there was some chat about this on IRC before Tom opened the ticket here. hard to search for !~~, though. -- Will "Coke" Coleda