Google’s open source blog put out a post on their experiences with Rust so far; definitely an interesting read!

  • @solrize
    link
    English
    211 months ago

    Meh, article is ok but not that informative. Tldr is that they like Rust, that new Rust programmers don’t take unbearably long to come up to speed, that the compiler is slow but the error messages are good, and that the main stumbling blocks are macros, async programming, and the borrow checkers.

    • @Sonic12040OP
      link
      English
      111 months ago

      I did find it worth noting that they clarified as experienced software developers. For places with a wider gamut of experience levels, the ramp-up time could remain an issue, which is a fear I have when talking with my own team at work about Rust when many have trouble with Java coming from JavaScript-only.

      • @solrize
        link
        English
        111 months ago

        Yeah true. Newbies don’t get hired at Google ;).