One of the problems why I found Rust hard to learn was that it looked similar to other imperative languages on one side, but introduced a lot of novel concepts . It has all these cycles, conditions, functions, like everyone else. But it also has the ownerships and traits and lifetimes.
Why is Rust so difficult?
One of the problems why I found Rust hard to learn was that it looked similar to other imperative languages on one side, but introduced a lot of novel concepts . It has all these cycles, conditions, functions, like everyone else. But it also has the ownerships and traits and lifetimes.