|
|
|
|
|
by tanin
2701 days ago
|
|
I find that Rust's syntax/ecosystem is much more modern and pleasant to use. Some examples are: pattern matching, immutable variable, better build and dependency system, and many more. There are some concepts like lifetime that you have to learn. But you can always use unsafe pointer and look at Rust as a modern version of C. |
|
I cannot determine if the syntax of Rust is "better" than that of C.
At least the ISO "C" std. organization publishes a complete syntax of their language.
Perhaps someone knows where there is a complete grammar for the Rust language?
I cannot find one.