in reply to Modules for autogenerating accessor/mutator methods
If you need objects, use Ruby. It has efficent accessor/mutator generating methods built in, called attr, attr_reader, attr_writer, attr_accessor in the Module class.