
Tech Talk: Moves and Borrowing In Rust With Jim Blandy
CoRecursive: Coding Stories
00:00
Rust Safe Pointers Are Never Nullable
Rust takes a page from haskall and m l and i think another number of other languages like this. Rust safe pointers are never null. And if you want to have a nullable pointer, you just have to say it explicitly. The reason that java crashes so often is because the same problem gets handled in many different states.
Transcript
Play full episode