logoalt Hacker News

PittleyDunkin11/08/20245 repliesview on HN

Haskell definitely takes the cake in terms of leveraging parser combinators, but you’re still stuck with Haskell to deal with the result.


Replies

wesselbindt11/08/2024

That's what they call a "win-win".

pjmlp11/08/2024

For some of us, "being stuck with Haskell" isn't a problem.

show 2 replies
zxexz11/08/2024

As someone who really enjoys Haskell, I used to think like that. But I realized for problems like parsing, it really is just excellent.

instig00711/08/2024

don't make it sound as if it's bad, it's actually superb on all these levels: the typelevel, the SMP runtime, and throughput.

fuzztester11/08/2024

$ echo "Haskell" | sed 's/ke/-ki'

Has-kill

$

show 2 replies