• cerement
    link
    fedilink
    arrow-up
    45
    arrow-down
    1
    ·
    7 months ago

    C#, Go, Java, Python, Rust, and Swift

    • pkill@programming.dev
      link
      fedilink
      arrow-up
      17
      arrow-down
      2
      ·
      edit-2
      7 months ago

      so basically anything without manual memory management. I don’t really see a good point in shilling particular names aside from discussions on performance impact of GC vs VM vs ownership

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        7 months ago

        Not really manual memory management. I’d say C++'s memory management is automatic, just not safe.

        Yes, a lot of programming languages are memory safe, maybe it would be faster to list memory unsafe popular languages.