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

    If you want a language with memory safety features, I can recommend D. GC pauses are negligible if you don’t go above a certain memory size and 60Hz, otherwise you also can do manual memory management if you’re experienced enough with that, especially if you’re willing to learn an alternative runtime (might require you to write C bindings or your own libraries).

    • vivendi@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      YO; extremely rare D mention

      I discovered digitalmars back in the very early days; it’s been on my watchlist for over 15+ years now