zinderic@programming.dev to Programmer Humor@programming.dev · 2 years agoGo vs Rust learningprogramming.devimagemessage-square28fedilinkarrow-up1282
arrow-up1282imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square28fedilink
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-up13·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.