Y
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
umanwizard
403 days ago
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.
link
hu3
402 days ago
Mostly borrow checker.
Lifetime syntax can be off putting.
link