It's not the intolerant sort wot done it. The interesting thing (to my small mind) is that ~. produces results of different length depending on the order of its operand.

This behavior is mandated by the Dictionary, but I tip my well-worn hat to Roger for coding linear-time ~. conforming to that spec.

Henry Rich

On 3/31/2014 2:55 PM, Dan Bron wrote:
Isn't the party-line response "sorting is not tolerant"?

-Dan

----- Original Message ---------------

Subject: [Jprogramming] /:~ does not commute with ~.
    From: Henry Rich <[email protected]>
    Date: Mon, 31 Mar 2014 14:50:00 -0400
      To: Programming forum <[email protected]>

     a
1 1 1 1 1
     /:~ ~. a
1 1 1
     ~. /:~ a
1


I'm just saying.

Henry Rich
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to