Y
Hacker News
new
|
ask
|
show
|
jobs
by
legerdemain
1265 days ago
Syntax or semantics? Not a lot for syntax... maybe the "turbofish" syntax with generic types is a bit too much line noise: <Foo<_> as Bar<_>>::baz<_>()
1 comments
guilhas
1265 days ago
Definitely, rust looks clear for what is programmatically happening, making it noisier to overview the problem being solved
link