Y
Hacker News
new
|
ask
|
show
|
jobs
by
colejohnson66
1494 days ago
How does C# manage to handle without the turbo fish syntax? What’s different in Rust?
1 comments
bobbylarrybobby
1494 days ago
It's not impossible to handle the ambiguity, it's just that you may have to look arbitrarily far ahead to resolve it. Perhaps C# simply does this. Or perhaps it limits expressions to 2^(large-ish number) bytes.
link