Talk:Nub Sieve: Difference between revisions

Jump to navigation Jump to search
427 bytes added ,  18:26, 29 June 2023
no edit summary
mNo edit summary
No edit summary
Line 5: Line 5:
Also, a related question about the <syntaxhighlight lang=apl inline>1/⊢</syntaxhighlight>‬ part: why make a scalar probe into a vector before searching in the Unique/Nub? I see that doing the search without increasing the probe to rank 1, as in <syntaxhighlight lang=apl inline>(∪⍳⊢)'A'</syntaxhighlight>‬, does not give an error…
Also, a related question about the <syntaxhighlight lang=apl inline>1/⊢</syntaxhighlight>‬ part: why make a scalar probe into a vector before searching in the Unique/Nub? I see that doing the search without increasing the probe to rank 1, as in <syntaxhighlight lang=apl inline>(∪⍳⊢)'A'</syntaxhighlight>‬, does not give an error…
:Nub-sieve used to be computed like that, but it was a mistake. (∪⍳⊢)'A' would give a scalar, which then errors in ⍳⍨ [[Adám Brudzewsky]] 14:54, 29 June 2023 (UTC)
:Nub-sieve used to be computed like that, but it was a mistake. (∪⍳⊢)'A' would give a scalar, which then errors in ⍳⍨ [[Adám Brudzewsky]] 14:54, 29 June 2023 (UTC)
:"Bad meme" is what Roger Hui called it. The term probably made it into some of his publications (Tolerant Unique?), and could be cited if so; otherwise it should be removed. I think I copied a lot of this page from implementor-targetted material I had from proposing Unique Mask at Dyalog, so it's not all the best presentation for a wiki. --[[User:Marshall|Marshall]] ([[User talk:Marshall|talk]]) 18:26, 29 June 2023 (UTC)

Navigation menu