Mirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 2 days agoProgramming languageslemmy.mlimagemessage-square3fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageProgramming languageslemmy.mlMirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 2 days agomessage-square3fedilinkfile-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 day 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