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-squareDhs92linkfedilinkarrow-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.
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.