cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoWhen people encounter Lisp syntax for the first timelemmy.mlimagemessage-square26linkfedilinkarrow-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 · 3 months agomessage-square26linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareKSP Atlas@sopuli.xyzlinkfedilinkarrow-up0·3 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)