|
|
|
|
|
by scotty79
1265 days ago
|
|
I think the hard part is understanding how limited is basic feature set of just Rust. That you can write very few interesting programs without venturing into the heap with Box, Rc and such and into internal mutability with Cell and RefCell. Then it quickly raises to the power of other languages and surpasses them with "pay for only what you use" mentality. |
|