ryujin470@fedia.io to Ask Lemmy@lemmy.world · 2 days agoWhat programming languages other than Rust are focused on memory safety and similar things?message-squaremessage-square9fedilinkarrow-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 · 2 days agomessage-square9fedilinkfile-text
minus-squareLojcs@lemm.eelinkfedilinkarrow-up0·2 days agoAlmost every language does, do they not? Rust is special because it is safe and as fast as cpp
minus-squareUnfortunateShort@lemmy.worldlinkfedilinkarrow-up0·2 days agoCame her to say this. Safe programming languages? Yes, plenty. Safe and low-level? Well, modern C++, kinda, if you do your homework and follow some rules. I don’t know any other tbh.
Almost every language does, do they not? Rust is special because it is safe and as fast as cpp
Came her to say this. Safe programming languages? Yes, plenty. Safe and low-level? Well, modern C++, kinda, if you do your homework and follow some rules. I don’t know any other tbh.
Nim? D? Ada?