Grégoire Locqueville on Nostr: Trying to really "get" #rust again, I started the Rustlings. When I read the provided ...
Trying to really "get" #rust again, I started the Rustlings. When I read the provided solution, it makes sense, but I never seem to get the answers right on the first try. It seems that the syntax is full of subtleties that are not evident when reading e.g. the Rust book?
For instance, the `mut` keyword seems to have subtly different meanings depending on whether it appears 1/ on the right of the `let` keyword 2/ in a type signature a/ in a code block b/ in a function's arguments c/ in a function's return type
Wondering if I should just make a list of all the questions that come up when I'm reading the solutions, and posting the list on here, or on some Rust forum/public chat? If so, where is most appropriate?
For instance, the `mut` keyword seems to have subtly different meanings depending on whether it appears 1/ on the right of the `let` keyword 2/ in a type signature a/ in a code block b/ in a function's arguments c/ in a function's return type
Wondering if I should just make a list of all the questions that come up when I'm reading the solutions, and posting the list on here, or on some Rust forum/public chat? If so, where is most appropriate?