A few notes on choosing between Go and D for a quick project
John Colvin via Digitalmars-d
digitalmars-d at puremagic.com
Fri Mar 20 03:16:47 PDT 2015
On Friday, 20 March 2015 at 00:28:24 UTC, Almighty Bob wrote:
> Maybe I'm a bit long in the tooth but for something like
> cvsReader I want an array of records, there's isnt anything
> else that would ever make any sense.
Just use std.array.array on it. You get your array, people who
see the benefit of alternative approaches get what they want.
More information about the Digitalmars-d
mailing list