From: Phil Stone Date: 2012-05-16T04:41:34+09:00 Subject: Re: I'm looking for a Metaprogramming Project Thanks for all the feedback! @Josh Cheek: > From this spec, I'm not really sure what it's supposed to do. Structs > are just containers of data, correct? >> Yes, that's all they are. Implementing Struct is an interesting >> exercise, though. But then how are structs different from arrays, if they are used to store heterogeneous data? Why is there a need to replicate a data type if it is already implemented in a language? -- Posted via http://www.ruby-forum.com/.