unlawfulbooger@lemmy.blahaj.zone to Programmer Humor@lemmy.ml · 2 years agoOn this deserted island I could use some help()lemmy.blahaj.zoneimagemessage-square32linkfedilinkarrow-up11.18Karrow-down113 cross-posted to: programmer_humor@programming.dev
arrow-up11.17Karrow-down1imageOn this deserted island I could use some help()lemmy.blahaj.zoneunlawfulbooger@lemmy.blahaj.zone to Programmer Humor@lemmy.ml · 2 years agomessage-square32linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squareMetype @lemmy.worldlinkfedilinkEnglisharrow-up7·2 years agoYou want to remove the string concatenation operator? Cause that’ll do it
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up9·2 years agoI think every language needs a please operator, which acts to enforce human expectation of a statement: '1' + '1' ## evaluates to '11' please '1' + '1' ## evaluates to '2'
You want to remove the string concatenation operator? Cause that’ll do it
I think every language needs a
please
operator, which acts to enforce human expectation of a statement:'1' + '1' ## evaluates to '11' please '1' + '1' ## evaluates to '2'
I kinda like that