Re: [Bug-apl] Not-identical-to

2014-07-04 Thread Juergen Sauermann
Hi Elias, exactly. ⍬⍴(⍴B),1. is a verbose way of saying *↑1,⍨⍴B* /// Jürgen On 07/04/2014 04:43 AM, Elias Mårtenson wrote: Oh wait... Forget it. I see it now. It's a clever way of seeing how many first-axis elements there are, with 1 being returned for scalars, yes? Regards, Elias On 4 J

Re: [Bug-apl] Not-identical-to

2014-07-03 Thread Elias Mårtenson
Oh wait... Forget it. I see it now. It's a clever way of seeing how many first-axis elements there are, with 1 being returned for scalars, yes? Regards, Elias On 4 July 2014 10:34, Elias Mårtenson wrote: > I have now been looking at the monadic form for a while, and I just can't > figure out w

Re: [Bug-apl] Not-identical-to

2014-07-03 Thread Elias Mårtenson
I have now been looking at the monadic form for a while, and I just can't figure out what it is good for. I also don't understand what the ⍴ actually does with ⍬ as its left argument. Regards, Elias On 4 July 2014 01:23, Juergen Sauermann wrote: > Hi, > > thanks, added in SVN 358. It also has

Re: [Bug-apl] Not-identical-to

2014-07-03 Thread Juergen Sauermann
Hi, thanks, added in SVN 358. It also has a monadic form returning ⍬⍴(⍴B),1. (according to NARS) /// Jürgen On 06/30/2014 04:35 PM, Elias Mårtenson wrote: Now that we have ≢ (not-identical-to) in the keymap, would it make sense to implement support for it as well? As far as I know, it only

[Bug-apl] Not-identical-to

2014-06-30 Thread Elias Mårtenson
Now that we have ≢ (not-identical-to) in the keymap, would it make sense to implement support for it as well? As far as I know, it only has a dyadic form which is the inverse of ≡. Regards, Elias