Reddit Reddit reviews Programming Rust: Fast, Safe Systems Development

We found 3 Reddit comments about Programming Rust: Fast, Safe Systems Development. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Programming Rust: Fast, Safe Systems Development
Check price on Amazon

3 Reddit comments about Programming Rust: Fast, Safe Systems Development:

u/squidboylan · 9 pointsr/rust

I worked on a Game Boy emulator and read the Programming Rust: Fast, Safe Systems Development book when i was in a similar situation.

I found the emulator was a big enough project to learn new stuff and get practice with the borrow checker, but it was probably a little too large. If emulators are interesting to you maybe a chip-8 emulator would be a better size project.

The book is great for learning a little bit more about the details of rust and how things are implemented. It assumes you're somewhat knowledgeable in programming which is part of why i like it so much.

u/po8 · 8 pointsr/rust

Blandy \& Orendorff's Programming Rust is an amazingly good book, well worth the money. The official Rust Book is solid and free online. Steve Donovan's Gentle Introduction is a great online tutorial also.

All of these presume you know a little bit about programming and how a computer is organized, though. If you are a genuine novice programmer, there's not much out there that I'm aware of on Rust as a first serious programming language. Python is generally the first language of choice for most people these days.

u/wongsta · 6 pointsr/rust

Here you go: