Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Could the book writing for begginers hide or delay the precise description of the computer or memory structure?
When I recap the rust programming book, I find that the introduction of ownership and borrowing mechanism are all explained by specific computer or memory structure. But i think its wrong to assume the learners have the base of c-like programming experience, and it makes rust unsuitable to be the first programming language to learn.
The ownership and borrowing indeed could associate to real world
. I wonder could we explain the core part of rust without looking into the implementation details?
8 posts - 3 participants
🏷️ rust_feed