Rosetta Code:Village Pump/Arrays: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13:
: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. --[[User:Guga360|Guga360]] 17:47, 30 July 2009 (UTC)
 
I created a small [[Arrays]] page. It's something like this. This sounds OK. We should merge [[Creating an Array]], [[Assigning Values to an Array]], and [[Retrieving an Element of an Array]] to [[Arrays]] showing dynamic arrays, or we should delete [[Arrays]] and don't change anything? --[[User:Guga360|Guga360]] 18:13, 30 July 2009 (UTC)
Anonymous user