Mirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agoProgramming languageslemmy.mlexternal-linkmessage-square14linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkProgramming languageslemmy.mlMirokhodets@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square14linkfedilinkfile-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·2 months 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