merari42@lemmy.world to Programmer Humor@programming.dev · 1 year agoI want a programming language that supports German style composite wordslemmy.worldimagemessage-square59linkfedilinkarrow-up1664arrow-down14
arrow-up1660arrow-down1imageI want a programming language that supports German style composite wordslemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square59linkfedilink
minus-squareaffiliate@lemmy.worldlinkfedilinkarrow-up7·1 year agoi will never forgive them for making the pointer type be T* instead of &T. most confusing thing ever. don’t even get me started on C++ making T& the reference type and then making T&& be something other than the double reference type.
i will never forgive them for making the pointer type be
T*instead of&T. most confusing thing ever.don’t even get me started on C++ making
T&the reference type and then makingT&&be something other than the double reference type.