Hacker News new | ask | show | jobs
by MasterYoda 403 days ago
What is it that make that rust is said to have steep learning curve compared to other programing languages (in the same category)?
2 comments

It doesn’t. The only language I know of in the same category as Rust is C++, which is much harder to learn and use.
Mostly borrow checker.

Lifetime syntax can be off putting.