|
|
|
|
|
by kibwen
3483 days ago
|
|
If one were to have experience in both Rust and Scala, they would see that the comparison between the two is flawed. Scala revels in implicitness, whereas Rust is very explicit. Scala also has expressiveness as a goal, whereas in Rust expressiveness is an anti-goal. There are no user-defined operators in Rust, and less magic than in any language that I've used other than C. |
|
I think this is seriously over-stating it. We don't want Rust to be ugly or hard to use.