Talk:Array Initialization: Difference between revisions

→‎Bump: On second thought, this list is useless if we're just getting rid of code on the page.
(Anything else?)
(→‎Bump: On second thought, this list is useless if we're just getting rid of code on the page.)
 
(12 intermediate revisions by 6 users not shown)
Line 8:
:::: Times ago I've "merged" Fortran and Smalltalk original code into [[Creating an Array]], so that this page can be a step nearer redirecting without losing codes related to arrays (at least, for Fortran and Smalltalk). --[[User:ShinTakezou|ShinTakezou]] 13:09, 27 April 2009 (UTC)
::::Does anyone else see anything that needs to be saved from this page? It can be deleted as long as no one wants to save anything. --[[User:Mwn3d|Mwn3d]] 05:44, 28 May 2009 (UTC)
:::::At least ADA and AWK seem to have some more information here. And maybe Common Lisp, D etc. Maybe all the languages should be checked. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:The task description of [[Creating an Array]] should be updated to include array initialization. In addition, the task description there says "numeric arrays", while here other types such as strings are discussed, too. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:: By "numeric array", they simply meant the standard type of array that uses a numeric index (as opposed to so-called "associative array" which is actually a map having a potentially more complex key). I'd be happy deleting that "numeric array" red link. --[[User:IanOsgood|IanOsgood]] 15:15, 28 May 2009 (UTC)
:::Maybe it should be "numerically-indexed array", as it was called in the talk page. --[[User:PauliKL|PauliKL]] 15:22, 28 May 2009 (UTC)
Anonymous user