Group: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(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
 
m (No categories for disambiguation pages (wikipedia:WP:DBC))
 
(One intermediate revision by the same user not shown)
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

Latest revision as of 01:32, 1 February 2024

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 Group by: