|
|
|
|
|
by IshKebab
1386 days ago
|
|
I assume he means the basic syntax like the fact that everything is an expression, `name: type` not requiring brackets for `if` and `for` etc. Most of the ugly Rust syntax is for advanced features like lifetimes and generics. |
|