Talk:Loop over multiple arrays simultaneously

From Rosetta Code
Revision as of 00:21, 19 November 2009 by Tikkanz (talk | contribs) (Task clarification required?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Task clarification required?

It seems that some of the solutions have assumed that each of the arrays are of the same type (string) while others have assumed that the array (1,2,3) is a list/array of integers. The result is that solutions provided by any two languages do not necessarily solve the same task and are not necessarily directly comparable.

It might help readers compare the languages more easily, if the task be clarified to either specify that the code should handle arrays of different types, or that all arrays are the same type. --Tikkanz 00:21, 19 November 2009 (UTC)