|
|
|
|
|
by sha666sum
2457 days ago
|
|
My experience with Rust is that I have to fight the compiler a lot, but when the program compiles, it works. If it doesn't work, it means there's an error with my file/network paths or I did something in the wrong order, errors which no language can save me from. Rust also becomes a lot less verbose when you get better at it. The ? operator is especially useful. |
|
That's not even true for languages with dependent types, which Rust lacks.