ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 11 days agoMade this after someone noticed her face looked like PirateSoftwarelemmy.worldimagemessage-square49linkfedilinkarrow-up1160arrow-down128
arrow-up1132arrow-down1imageMade this after someone noticed her face looked like PirateSoftwarelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 11 days agomessage-square49linkfedilink
minus-squareJohanno@feddit.orglinkfedilinkarrow-up1·11 days agoIffind rust interesting but I don’t use it enough to know anything deep about it. All I know is that I am not made for c++. Hell I can’t keep track of pointers and scopes. And who the hell made templates?
minus-squareZILtoid1991@lemmy.worldOPlinkfedilinkarrow-up1arrow-down1·11 days agoTemplates outside of D are a mess, and the reason why metaprogramming has a bad name. Templates inside D are easy to use, and its attempt at it is something more language should copy.
Iffind rust interesting but I don’t use it enough to know anything deep about it.
All I know is that I am not made for c++.
Hell I can’t keep track of pointers and scopes. And who the hell made templates?
Templates outside of D are a mess, and the reason why metaprogramming has a bad name. Templates inside D are easy to use, and its attempt at it is something more language should copy.