this post was submitted on 28 Jun 2023
12 points (100.0% liked)

Rust Programming

8011 readers
1 users here now

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

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