Python is memory safe? Can’t you access/address memory with C bindings?

  • @lordmauve
    link
    33 months ago

    Rust has a lot going for it beyond just the safety thing: excellent package manager, powerful trait system and generics, helpful compiler errors.

    The whole language is designed to help you avoid making the programming mistakes people tend to make, not just the borrow checker and memory safety.