Content deleted Content added
too detailed for start class but too disorganized for B class |
|||
Line 11:
== 'of a specific data type' ==
"In computer programming, a group of homogeneous elements of a specific data type is known as an array, one of the simplest data structures" is false for Ruby; "Ruby's arrays can accomodate diverse object types". -[http://www.rubyist.net/~slagell/ruby/arrays.html
Is the definition of arrays inaccurate, or are Ruby arrays not strictly arrays?
--[[User:Wootery|Wootery]] 20:44
:"Array
:Ruby's arrays can be seen as arrays of variant types. The homogenity of type is not quite as essential as the uniformity of element size, which is necessary for ordinary address computation. It appears someone has added this in addition to the existing wording, which says "usually" and is now redundant. Argh. [[User:Deco|Deco]] 09:39, 10 October 2006 (UTC)
|