Python is memory safe? Can’t you access/address memory with C bindings?
0 points
I agree for the most part, but writing data structures with shared mutable state can be a total pain in Rust.
-1 points
0 points
It’s hard to get those kinds of data structures through the borrow checker.
Try writing a doubly linked list.
-1 points