Hacker News new | ask | show | jobs
by cadu2 3345 days ago
This thread convinced me that my next language to learn will be Rust (coming from a C/C++/Python career path).

Can somebody point out a list of resources to start on Rust? Do we already have a good IDE with proper autocomplete support?

Thank you!

1 comments

The canonical source to learn is The Book: https://doc.rust-lang.org/book/

However, a second edition of the book is in the works and a lot of people have said good things about it. I think enough of it is filled out to be a good starting point: https://doc.rust-lang.org/nightly/book/second-edition/

Thanks! I'll burn my sushi to this!