Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 13 hours agofunctionslemmy.mlimagemessage-square17fedilinkarrow-up1170 cross-posted to: programmer_humor@programming.dev
arrow-up1170imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 13 hours agomessage-square17fedilink cross-posted to: programmer_humor@programming.dev
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up7·12 hours agoJavaScript can do better than that: () => {}
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up3·edit-212 hours agoHuh, I haven’t looked at C++ in decades, and I didn’t know they’d added lambda functions/expressions, in C++11. Apparently you can shorten it further: []{}
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up2·12 hours agoThe intention was to provide a longer version for the first step of the ladder.
JavaScript can do better than that:
C++:
[](){}Huh, I haven’t looked at C++ in decades, and I didn’t know they’d added lambda functions/expressions, in C++11. Apparently you can shorten it further:
[]{}The intention was to provide a longer version for the first step of the ladder.