ryujin470@fedia.io to Ask Lemmy@lemmy.world · 21 hours agoWhat programming languages other than Rust are focused on memory safety and similar things?message-squaremessage-square18fedilinkarrow-up171arrow-down11file-text
arrow-up170arrow-down1message-squareWhat programming languages other than Rust are focused on memory safety and similar things?ryujin470@fedia.io to Ask Lemmy@lemmy.world · 21 hours agomessage-square18fedilinkfile-text
minus-squareDhs92@programming.devlinkfedilinkarrow-up11·20 hours agoYeah, Rust is a special case because it handles almost everything at compile time. It also doesn’t rely on garbage collecting like the majority of modern high level languages.
Yeah, Rust is a special case because it handles almost everything at compile time. It also doesn’t rely on garbage collecting like the majority of modern high level languages.