zinderic@programming.dev to Programmer Humor@programming.dev · 6 months agoGo vs Rust learningprogramming.devimagemessage-square28fedilinkarrow-up1283arrow-down137
arrow-up1246arrow-down1imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 6 months agomessage-square28fedilink
minus-squareFeathercrown@lemmy.worldlinkfedilinkEnglisharrow-up17·6 months 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·6 months 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.Chmod
silently not doing anything on Windows.