ryujin470 to Ask [email protected] • 1 day agoWhat programming languages other than Rust are focused on memory safety and similar things?message-square20fedilinkarrow-up173file-text
arrow-up173message-squareWhat programming languages other than Rust are focused on memory safety and similar things?ryujin470 to Ask [email protected] • 1 day agomessage-square20fedilinkfile-text
minus-square@[email protected]linkfedilink26•24 hours agoAlmost every language does, do they not? Rust is special because it is safe and as fast as cpp
minus-squareUnfortunateShortlinkfedilink2•18 hours 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?