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

  • @verstra
    link
    23 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.