zinderic@programming.dev to Programmer Humor@programming.dev · 2 years agoGo vs Rust learningprogramming.devexternal-linkmessage-square28linkfedilinkarrow-up1281arrow-down137
arrow-up1244arrow-down1external-linkGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square28linkfedilink
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up17·2 years ago And the only thing more important than readability is whether or not the code does what it’s supposed to do. Isn’t that exactly what Rust is supposed to be good at
minus-squarearendjr@programming.devlinkfedilinkarrow-up13arrow-down1·2 years agoAnd conversely, something Go is very bad at. For example, os.Chmod silently not doing anything on Windows.
Isn’t that exactly what Rust is supposed to be good at
And conversely, something Go is very bad at. For example,
os.Chmodsilently not doing anything on Windows.