ryujin470@fedia.io to Ask Lemmy@lemmy.world · 19 hours agoWhat programming languages other than Rust are focused on memory safety and similar things?message-squaremessage-square16fedilinkarrow-up163arrow-down11file-text
arrow-up162arrow-down1message-squareWhat programming languages other than Rust are focused on memory safety and similar things?ryujin470@fedia.io to Ask Lemmy@lemmy.world · 19 hours agomessage-square16fedilinkfile-text
minus-squaremasterspacelinkfedilinkEnglisharrow-up25arrow-down1·18 hours agoPretty much all high level languages do because they’re already designed around automatic memory management.
minus-squareDhs92@programming.devlinkfedilinkarrow-up10·17 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.
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.