in reply to Re: Re: A set of new operators. In keeping with the design of Perl?
in thread A set of new operators. In keeping with the design of Perl?

$x =min $x, $y; # p5
For me that's perfect. A function min - thats just three chars, you add = and what you have is the same number of chars (for golfers), much more clear than ?<:=, and more flexible - it can handle lists instead of just pairs.
Update: Sorry this was just just a temporary blurr of my consiousness. It did not address the arguments by BrowserUk.