• lad@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 years ago

    Anything that is drop-in replacement for C (or C++ for that matter) is going to be awful because of the same compatibility burden, imo

    • ZILtoid1991@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      D is a mostly drop-in replacement (type renaming and such needed though), and it doesn’t have that issue. D even has a mode called BetterC, where the D standard library and the garbage collector is left out.

      • lad@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        I was planning to check it out, but don’t have any experience yet. I thought it is more of a replacement than drop-in replacement, I may have been wrong