|
|
|
|
|
by slimsag
2228 days ago
|
|
Yeah, Go focusing on threads and channels I agree is generally a painful new concept for beginners to learn. I've also seen beginners often "over-correct" and start using channels and goroutines for things they really shouldn't. How was your learning experience with Rust's borrow checking and pointers? Was it introduced to you early on, or later on? |
|
I like when things are explained upfront, and actually my biggest issue when learning Rust came from not having the smart pointers (like RefCell and Rc, which relax the ownership constraints) explained at the same times as regular ones.