←back to thread

451 points birdculture | 3 comments | | HN request time: 0.419s | source
1. MasterYoda ◴[] No.43981423[source]
What is it that make that rust is said to have steep learning curve compared to other programing languages (in the same category)?
replies(2): >>43981714 #>>43982848 #
2. umanwizard ◴[] No.43981714[source]
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.
3. hu3 ◴[] No.43982848[source]
Mostly borrow checker.

Lifetime syntax can be off putting.