CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square120fedilinkarrow-up1105arrow-down15
arrow-up1100arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agomessage-square120fedilink
minus-squarecinnamon_tea@programming.devlinkfedilinkarrow-up9arrow-down3·edit-21 month agoYou forgot the beauty “undefined behavior”! So what if you want memory-safety! C++ (and C) can still blow up in your face, even with all the alleged memory-safety built into C++, thanks to all the UB traps. Rust is the closest language that has no such “gotchas”.
You forgot the beauty “undefined behavior”!
So what if you want memory-safety! C++ (and C) can still blow up in your face, even with all the alleged memory-safety built into C++, thanks to all the UB traps.
Rust is the closest language that has no such “gotchas”.