cm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agoWhen people encounter Lisp syntax for the first timelemmy.mlimagemessage-square24linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageWhen people encounter Lisp syntax for the first timelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square24linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareKSP Atlas@sopuli.xyzlinkfedilinkarrow-up0·7 months agoIn haskell, any function with a name made entirely out of symbols (like + or >>=) works as an infix operator (you can turn any function into an infix operator using backticks)
In haskell, any function with a name made entirely out of symbols (like + or >>=) works as an infix operator (you can turn any function into an infix operator using backticks)