(no title)
hertzrat | 3 years ago
I haven’t used rust, but I sympathize with his problems with pointers and learned a lot from the various ways people try to solve them
hertzrat | 3 years ago
I haven’t used rust, but I sympathize with his problems with pointers and learned a lot from the various ways people try to solve them
tbillington|3 years ago
My understanding is his priorities are C level control over memory, fast compiles, and ergonomics for the kinds of operations he commonly does.
Rust solves for memory/ergonomics, though the strictness it holds you to is in opposition to what (I understand) he considers ergonomic access & control of memory.
Therefore rust solves ~1 of his priorities, so it's not really a good fit. To extrapolate that to "doesn't solve the hard problems" is another logic step that I probably don't agree with.
unknown|3 years ago
[deleted]