ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · edit-21 month agoPOV: You're a programmerlemmy.worldimagemessage-square93linkfedilinkarrow-up1876arrow-down116
arrow-up1860arrow-down1imagePOV: You're a programmerlemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · edit-21 month agomessage-square93linkfedilink
minus-squarejenesaisquoi@feddit.orglinkfedilinkEnglisharrow-up1·1 month agoserde has entered the chat
minus-squarefuck_u_spez_in_particular@lemmy.worldlinkfedilinkarrow-up6·1 month agoFrom Scratch (as much as I like Rust, it’s very likely more verbose from scratch). Haskell is perfect for these kinds of things.
minus-squarejenesaisquoi@feddit.orglinkfedilinkEnglisharrow-up5·edit-226 days agoI will concede that implementing the first version in Haskell would be better. Mostly so that we can then fulfil the meme of reimplementing it in Rust!
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up2·1 month agoPersonally I’m more partial to nom. Serde is quite verbose and complex for a parser.
serde has entered the chat
From Scratch (as much as I like Rust, it’s very likely more verbose from scratch). Haskell is perfect for these kinds of things.
I will concede that implementing the first version in Haskell would be better.
Mostly so that we can then fulfil the meme of reimplementing it in Rust!
Personally I’m more partial to nom. Serde is quite verbose and complex for a parser.