<div dir="ltr">I'm tempted to say that for things like HTML and CSV, the real reason not to use a parser combinator library is that "standard" turns out to mean pretty much nothing whatsoever. And you want to use someone else's battle-tested workarounds developed over years for a "standard format" that's more or less a free-for-all.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Aug 31, 2018 at 8:51 AM Bryan Richter <<a href="mailto:b@chreekat.net">b@chreekat.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/30/2018 03:43 PM, Bardur Arantsson wrote:<br>
<br>
> On 30/08/2018 20.21, Olaf Klinke wrote:<br>
><br>
>>> Hello, Olaf. I have some distrust of elegant solutions (one of<br>
>>> them are C.P. libs).<br>
>><br>
>> [*] To the parser experts on this list: How much time should<br>
>> a parser take that processes a 50MB, 130000-line text file,<br>
>> extracting 5 values (String, UTCTime, Int, Double) from each line?<br>
><br>
> Not an expert, but for something as (relatively!) standard<br>
> as CSV, I'd probably go for a specialized solution like<br>
> 'cassava', which seems like it does quite well according to<br>
> <a href="https://github.com/haskell-perf/csv" rel="noreferrer" target="_blank">https://github.com/haskell-perf/csv</a><br>
<br>
Playing the devil's advocate here....<br>
<br>
If parser combinators aren't great for "relatively standard" things<br>
such as CSV, then what *are* they good for?<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>