Google Says You Got Rust Wrong - It's Great!
Written by Mike James   
Wednesday, 28 June 2023

Google is keen on Rust and a recent blog post attempts to dismiss some of the bad things you may have heard about it.

rustbanner1

The post states that over 1000 Google developers are now into Rust and it is this experience that they have used to debunk many Rust myths. 

The first is that it takes a lot of time to learn Rust. They claim that their devs took no longer to learn the language than other languages - a third took two months or less. I find this surprising as I'm still struggling with some aspects of Rust after a few years. It's not that its ideas are super difficult it is more seeing how they fit into the old ways of doing things. I'd like to know how much unsafe code was being produced after two months of learning. Dropping back to unsafe code is a sure sign that you have probably not really got to grips with Rust - unless you have to work with legacy code as well.

rustconffidence

The second rumour wasn't debunked. The Rust compiler is slow and build times are a problem. You will get no disagreement from Google, but then compilers could always be faster and better. Google is trying to help and then there is the GCC implemenation of Rust to look forward to.

The third rumour is a debunked, but again I'm not sure I believe it. The Rusty Googlers suggested that the three big problems were Macros, ownership and borrowing, and async. Well all I can say is that what you think the problems are isn't the same as how the outside world views the problems in the code you produce. In addition, ownership and borrowing is one of the big reasons, apart from using other peoples code, that causes the programmer to have to resort to unsafe code.

The fourth rumour is that the Rust compiler has good error messages - I'd agree and so would most.

The fifth rumour is that Rust code is high quality code and the participants agreed. Given these are Rust programmers being asked to rate their code you have to take this one as being highly subjective. Even so, they did rate the code they were producing in Rust against what they had produced in other languages. We all hope that this last one is true as it is the only reason for going to so much trouble to learn something different.

If you would like to learn some Rust the blog post publicises the new three-day Rust course from Google's Android team - it's free and it looks quite good.

rustlogo

More Information

Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022

Welcome to Comprehensive Rust

Related Articles

The Rise Of Rust - Windows 11

Microsoft Offers Rust For Windows

More Rust - Chrome And Servo

Google Supports Rust For Android OS Development

Is Microsoft Planning To Replace Rust?

Amazon AWS Invests In Rust

Rust Is A Top Twenty Language

Daily Rust Use Increases, Survey Finds

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Stack Overflow Announces AI-Powered Features
28/07/2023

Stack Overflow has unveiled its plans for incorporating generative AI into both its public and enterprise platforms. OverflowAI is a series of initiatives including AI-enhanced search, the most s [ ... ]



Chainguard's Enforce Platform Boosted With New Capabilities
20/07/2023

Enforce, Chainguard's enterprise-ready platform for supply chain security in containerized applications has been upgraded to provide major new features that enable secure software development across e [ ... ]


More News

Summer SALE Kindle 9.99 Paperback $10 off!!

esp32book

 

 

Comments




or email your comment to: [email protected]

 

Last Updated ( Wednesday, 28 June 2023 )