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-squaremasterspace@lemmy.calinkfedilinkEnglisharrow-up0·4 days agoPretty much all high level languages do because they’re already designed around automatic memory management.
minus-squareDhs92@programming.devlinkfedilinkarrow-up1·3 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.
Pretty much all high level languages do because they’re already designed around automatic memory management.
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.