Review of Jesse Phillips's CSV Parser
Jonathan M Davis
jmdavisProg at gmx.com
Sat Oct 29 17:19:44 PDT 2011
On Saturday, October 29, 2011 22:33:30 Jesse Phillips wrote:
> > On 10/28/2011 6:18 AM, dsimcha wrote:
> > First off, mucho thanks to Jesse for writing this. It's an important
> > module for Phobos.
>
> Thank you. Fun fact, many popular languages don't include a CSV parser,
> C# and Java being notable ones (or at least I haven't found it).
CSV parser libraries exist for Java (IIRC Apache has one), but there definitely
isn't one in Java's standard library. CSV parsers are not the sort of thing
that's generally found in a standard library from what I've seen. So, having
one will make us abnormal (albeit in a good way).
- Jonathan M Davis
More information about the Digitalmars-d
mailing list