|
|
|
|
|
by bjornjajayaja
1857 days ago
|
|
I think the broader problem is that: one _cannot_ just arbitrarily “go” from a higher level language to a systems language. Folks really ought to read the C/C++ literature to understand why Rust evolved in a unique direction. That gives better compare/contrast. Also, a lot of Python idioms are actually from C++ (e.g. mixins, iterators, operator overloads, etc). Anyway, to reiterate: folks interested in systems languages should read the C/C++ literature and actually become a systems engineer first. |
|
Sounds like a good idea for the post-singularity age of infinite lifespans, but what folks really need to do is learn what they need to learn as best they can when they need it.