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

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

    It feels like the last language one will need to learn.

    It has an improved C-style syntax (if statement is similar to if expression), it has algebraic type system (enums can contain nested data) and 99.9% of the time you can write in safe mode where you are guaranteed not to segfault.