flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · il y a 8 moisYou can pry pattern matching from my cold dead handsimagemessage-square222linkfedilinkarrow-up1539arrow-down121
arrow-up1518arrow-down1imageYou can pry pattern matching from my cold dead handsflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · il y a 8 moismessage-square222linkfedilink
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up17arrow-down5·il y a 8 moisIndentation-driven control flow is one of the most cursed things ever invented, excluding things explicitly designed to inflict pain or death.
minus-squareCompactFlax@discuss.tchncs.delinkfedilinkEnglisharrow-up10arrow-down2·il y a 8 moisWhite space sensitive languages are evil.
minus-squareKSP Atlas@sopuli.xyzlinkfedilinkarrow-up5·il y a 8 moisHaskell has the choice of both indentation based and brackets for things like do blocks, but most people use indentation based cause it’s the norm and looks cleaner
Indentation-driven control flow is one of the most cursed things ever invented, excluding things explicitly designed to inflict pain or death.
White space sensitive languages are evil.
Haskell has the choice of both indentation based and brackets for things like
doblocks, but most people use indentation based cause it’s the norm and looks cleaner