Right now we default to returning objects instead of arrays. perl/python have alternates that return tuples/lists. Do we want to %alias those so we can get arrays back or does it really matter?
Roy Sutton wrote:> Right now we default to returning objects instead of arrays. > perl/python have alternates that return tuples/lists. Do we want to > %alias those so we can get arrays back or does it really matter?I don''t think it''s important. Eventually we might want to, but it could (and perhaps should) be done in wxSugar. Kevin
Kevin Smith wrote:> Roy Sutton wrote: > >> Right now we default to returning objects instead of arrays. >> perl/python have alternates that return tuples/lists. Do we want to >> %alias those so we can get arrays back or does it really matter? >> > > I don''t think it''s important. Eventually we might want to, but it could > (and perhaps should) be done in wxSugar. >I don''t feel strongly about it. I''ve added it to wxSugar anyway to see if people like it. alex