ryujin470@fedia.io to Ask Lemmy@lemmy.world · 4 days agoWhat programming languages other than Rust are focused on memory safety and similar things?message-squaremessage-square11fedilinkarrow-up13arrow-down10file-text
arrow-up13arrow-down1message-squareWhat programming languages other than Rust are focused on memory safety and similar things?ryujin470@fedia.io to Ask Lemmy@lemmy.world · 4 days agomessage-square11fedilinkfile-text
minus-squareDhs92@programming.devlinkfedilinkarrow-up1·4 days 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.