Hacker News new | ask | show | jobs
by jetti 2557 days ago
"The biggest issue which is inherent to the language is the learning curve"

I agree. I have been learning Rust over the past year or so and I'm still getting hung on areas where trying to borrow an already borrowed value while in a loop. That said, the compiler error messages are typically very good.