flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 5 个月前You can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square223linkfedilinkarrow-up1537arrow-down121
arrow-up1516arrow-down1imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 5 个月前message-square223linkfedilink
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up17arrow-down5·5 个月前Indentation-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·5 个月前White space sensitive languages are evil.
minus-squareKSP Atlas@sopuli.xyzlinkfedilinkarrow-up5·5 个月前Haskell 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