Rosetta Code:Village Pump/Arrays: Difference between revisions

no edit summary
(merge some array tasks; make other tasks collection-agnostic)
No edit summary
Line 12:
 
:I think it would be fine to merge [[Creating an Array]], [[Assigning Values to an Array]], and [[Retrieving an Element of an Array]], mostly as a way to show off a language's built-in syntax for native arrays. I think some of the higher order array tasks ([[Select from Array]], [[Apply a callback to an Array]], [[Sorting an Array of Integers]], etc.) should instead operate on the most convenient collection available to the language, no matter whether it is an array, list or some other collection object. --[[User:IanOsgood|IanOsgood]] 17:16, 30 July 2009 (UTC)
::This is OK, with this we can show array syntax in a language and separate "fixed length" and "dyanamic arrays" in a single task.
Anonymous user