Mirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agoProgramming languageslemmy.mlimagemessage-square6fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageProgramming languageslemmy.mlMirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 1 month agomessage-square6fedilinkfile-text
I would like to know what programming language you use, why you made this choice and for what tasks it is used.
minus-squarejroid8@lemmy.worldlinkfedilinkarrow-up0·1 month agoRust no undefined behavior outside unsafe performance package management lots of crates it’s enums Result and Option makes good practices easy and bad ones hard Other languages are cool too (except java) but they often miss half of what I like about rust. I like C but debugging undefined behavior is hard even with valgrind
Rust
Other languages are cool too (except java) but they often miss half of what I like about rust. I like C but debugging undefined behavior is hard even with valgrind