Y
Hacker News
new
|
ask
|
show
|
jobs
by
yarrel
2279 days ago
I've been very surprised by Rust's complexity. Some of it seems to be being hidden over time (as well as adding new features) but its syntax at any given moment is generally more complex than C++.
1 comments
saagarjha
2279 days ago
Really? I would consider its syntax to be of similar complexity but of higher consistency. What parts of it do you find complex?
link
pjmlp
2279 days ago
When you happen to have generics coupled with lifetime annotations for example.
link