Reddit Reddit reviews Programming Rust: Fast, Safe Systems Development

We found 8 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

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

u/shadow31 · 7 pointsr/rust
u/1331 · 6 pointsr/rust

The ISBNs are the same, so it is likely that they are the same book and the data on the UK site is just out of date.

u/po8 · 4 pointsr/rust

I'm confused. Steve Donovan is the author of the website A Gentle Introduction to Rust. I like Donovan's website a lot and use it together with Programming Rust and a few other resources in teaching.

Step Ahead with Rust, the linked book by Jonathan Creekmore and James Miller, doesn't seem to have anything to do with Donovan's website? I haven't had a chance to look at this book yet. Honestly, Programming Rust is great and thus I'm not really looking for another book right now, but maybe there's something in this one that stands out?

u/henzosabiq · 3 pointsr/learnprogramming

Do you need something quite fast or really fast?

If its the first, Java is pretty good at is. Syntax is kinda verbose but that can change (hint: learn modern Java). JavaFX is one of the finest Java library I've ever tried so far. Gradle is the pip here in some aspect.

Don't like Java? Try Kotlin instead. 100%(-ish) interoperable with Java (some blog post found a few flaw in code conversion; some are not an edge case).

For the latter, Rust almost got all the points covered. The learning curve is quite high and the good news are the community are so welcoming; they wont treat you like a punching bag. Awesome way to include external libraries through Cargo and .toml files (its like NodeJS in a sense of ease of use).

Still, no mature desktop GUI toolkit yet if we don't count WebAssembly (plus rust-bindgen that handles interop with js nicely) in since its on the web.

For desktop, you can try the Qt binding if you like. You might found some unresolved issue and when you do, just ask in r/rust or SO and come back tomorrow to find it answered most of the time.

Books? Programming Rust: Fast, Safe Sytems Development and The Rust Programming Book (official live book; maintained by the team).

Hope this helps.

u/GeekBoy373 · 3 pointsr/rust

Why not link directly to the content?

link

u/gilmi · 1 pointr/AskProgramming

I'm going to give a completely different idea that might be a hit or a miss. But Rust is a fairly new programming language that should be interesting to both C++ and Python programmers (C++ programmers that want more python in their language, and Python programmers that wants more C++ in their language).

I have not read this book, but Programming Rust, while new, got quite a few positive reviews. This might be the book your husband didn't even know he wants!