ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 29 days agoPointers explained:lemmy.worldimagemessage-square65fedilinkarrow-up1265arrow-down115
arrow-up1250arrow-down1imagePointers explained:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 29 days agomessage-square65fedilink
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up3·edit-228 days agoThey all have footguns that cause different crashes. If you want to do explicit memory access without inevitable safety problems, you need Rust. That’s the whole hype with Rust.
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up1·edit-227 days agoBut… per-process-isolation is a hardware feature, no?
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up1·24 days agoSo you really should implement it in your compiler so you don’t contravene it
They all have footguns that cause different crashes.
If you want to do explicit memory access without inevitable safety problems, you need Rust. That’s the whole hype with Rust.
But… per-process-isolation is a hardware feature, no?
So you really should implement it in your compiler so you don’t contravene it