|
|
|
|
|
by another_twist
363 days ago
|
|
I actually think rust is very very easy to use to the point where I'd consider using it for scripting. They need to write out more detailed guides on how to do X with Rust though. e.g there's no runtime polymorphism in Rust since every trait + struct binding is unique. However, it similar behaviour can be accomplished by generics hence so many angular brackets in normal Rust code. |
|
Just the syntax is miserable punctuation soup to start with.