qaz@lemmy.world to Programmer Humor@programming.devEnglish · 11 months agoWhen you manage to break the type systemlemmy.worldimagemessage-square10linkfedilinkarrow-up1106arrow-down17
arrow-up199arrow-down1imageWhen you manage to break the type systemlemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 11 months agomessage-square10linkfedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up15·edit-211 months agoI mean, the type system isn’t very strict at all to begin with in some . It’s trivially breakable when performing common operations like type punning in C.
minus-squareKorne127@lemmy.worldlinkfedilinkarrow-up12·11 months agoDepends on the programming language
I mean, the type system isn’t very strict at all to begin with in some . It’s trivially breakable when performing common operations like type punning in C.
Depends on the programming language
That’s why we don’t like c