qaz@lemmy.world to Programmer Humor@programming.devEnglish · 27 days agoWhen you manage to break the type systemlemmy.worldimagemessage-square10fedilinkarrow-up1104arrow-down17
arrow-up197arrow-down1imageWhen you manage to break the type systemlemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 27 days agomessage-square10fedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up16·edit-227 days 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·27 days 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