this post was submitted on 22 Oct 2025
802 points (98.1% liked)

Programmer Humor

27412 readers
1299 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] edinbruh@feddit.it 5 points 1 month ago (1 children)

If you are writing a parser in haskell just use Happy and get it over with

[โ€“] davidagain@lemmy.world 1 points 4 weeks ago

It's a parser for json. Import Aeson and derive one for your custom type in a single line!