BTW I think some anti-Rust people are more annoying than the worst Rust evangelists - seen some of them calling people not using Rust as “murderers”, because “memory leakage can kill at the right time” - but that’s due to them being evangelists to right-wing politics.

  • RustyNova@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    3 days ago

    Yeah but it’s not really a problem with rust but how the language pattern is made. It’s the same in JavaScript/typescript, and Python IIRC

      • Pup Biru@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        along with most modern languages… it’s the way we deal with async when you don’t want callback hell. it’s just a complex problem domain

        like… what… JITs are complex so that’s a problem for V8 specifically?