|
|
|
|
|
by mhh__
2340 days ago
|
|
OP is coming from JS. I'm not a rust guy myself (Fascinated by the memory/thread model but totally disinterested in the rest of the language) but to understand rust (or C++, D, blah blah) you do need to have some concept of a how a computer actually works. The really ugly stuff is hidden but in order to actually do work (thermodynamically rather than REST apis) you need to know what your code actually does (or acts like?) "Under the hood" is far too complicated to learn from programming as soon as you go below the surface. |
|