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

  • arendjr@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    Also, writing memory safe code honestly isn’t that hard. It just requires a different approach to problem solving, that just like any other design pattern, once you learn and get used to it, is easy.

    This statement is kinda ironic after you just said it’s “easier” to just ban the entire STL and dynamic memory allocation as a whole. You already left the domain of what most consider “easy” quite a while ago.