You must log in or register to comment.
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
And conversely, something Go is very bad at. For example,
os.Chmod
silently not doing anything on Windows.