• RustyNova@lemmy.world
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    1 day ago

    I don’t get it either. OP might be angry at compile time (Couldn’t be worse than rust)

    • anton@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      6
      ·
      1 day ago

      Rust doesn’t allow type inference in function signatures, c++ does with auto. IIRC, they recommended against using it, because of -you guessed it- compile time.

      • RustyNova@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        1 day ago

        I do love rust. But I do like making fun of it too.

        Although I don’t see how rust is immature? Unless I missed the joke?

          • calcopiritus@lemmy.world
            link
            fedilink
            arrow-up
            5
            arrow-down
            1
            ·
            1 day ago

            It’s more than 10 years old. It has stable syntax, big standard library, big library ecosystem, plenty of rust programs already in production.

            If by “evolving” you mean “changing”, I don’t think that is an issue at all. At most, they add features. They don’t change or remove. And with the editions system, it should be no issue.

            If by “evolving” you mean “improving”, then I don’t see how that could ever be an issue.