Rosetta Code:Village Pump/Arrays: Difference between revisions

no edit summary
(Copy contents from Creating an Array)
No edit summary
Line 1:
{{Vptopic
|topic=Arrays
|summary=Discussion of just what exactly we mean by an array.
}}
In RC, Array tasks are not very organized. Let's see: [[Array]], [[Creating an Array]], [[Array Initialization]], [[Collections]], and a lot of examples in [[Creating an Array]] (mostly dynamic languages like Python) aren't really using Arrays, they are using just Lists, Vectors and etc. Arrays are not dynamic. A solution is create a [[Creating a List]] or etc. But other languages call it in a different way. This is not really a solution.
 
Anonymous user