• anton@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      3
      ·
      3 days 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
        4
        ·
        3 days 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
            3
            arrow-down
            1
            ·
            2 days 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.