Could the book writing for begginers hide or delay the precise description of the computer or memory structure?

⚓ rust    📅 2025-06-17    👤 surdeus    👁️ 2      

surdeus

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

Read full topic

🏷️ rust_feed