Group: Difference between revisions

Jump to navigation Jump to search
Disambiguation page
(Marshall moved page Group to Group (K): Decided (with Adám) that K doesn't have a strong claim to be primary vs BQN)
Tag: New redirect
 
(Disambiguation page)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Group (K)]]
'''Group''' is the name for primitives in multiple languages, each of which shares the property of collecting lists based on matching elements like SQL's [[wikipedia:Group by (SQL)|Group by]]:
* [[Group (K)]], <syntaxhighlight lang=k inline>=</syntaxhighlight> in [[K]], returns a [[dictionary]]
* [[Group (BQN)]], <syntaxhighlight lang=k inline>⊔</syntaxhighlight> in [[BQN]], returns an array
* [[Uiua]]'s primitive <code>⊕</code> is derived from BQN's and is covered by that page
 
{{APL built-ins}}[[Category:Primitive functions]]

Navigation menu