• ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day 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).