cmeerw@programming.dev to C++@programming.devEnglish · edit-22 months agoThe empire of C++ strikes back with Safe C++ blueprintwww.theregister.comexternal-linkmessage-square35fedilinkarrow-up135arrow-down12cross-posted to: programming@programming.dev
arrow-up133arrow-down1external-linkThe empire of C++ strikes back with Safe C++ blueprintwww.theregister.comcmeerw@programming.dev to C++@programming.devEnglish · edit-22 months agomessage-square35fedilinkcross-posted to: programming@programming.dev
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up8arrow-down1·2 months agoYeah but I have written a lot of Rust and I have yet to use a single unsafe block. Saying “but… unsafe!” is like saying Python isn’t memory safe because it has ctypes, or Go isn’t memory safe because of its unsafe package.
minus-squareDark Arc@social.packetloss.gglinkfedilinkEnglisharrow-up1arrow-down6·2 months agoSee my reply to funtrek’s reply.
Yeah but I have written a lot of Rust and I have yet to use a single
unsafe
block.Saying “but… unsafe!” is like saying Python isn’t memory safe because it has
ctypes
, or Go isn’t memory safe because of itsunsafe
package.See my reply to funtrek’s reply.