zinderic@programming.dev to Programmer Humor@programming.dev · 2 年前Go vs Rust learningprogramming.devimagemessage-square28fedilinkarrow-up1282
arrow-up1282imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 2 年前message-square28fedilink
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up17·2 年前 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 年前And 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.