this post was submitted on 28 Dec 2023
104 points (96.4% liked)
Rust
5966 readers
11 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I kept reading the same few chapters of the rust book. It's a yearly ritual for me. Same as installing Bethesda games and the Sims and just playing a few hours before uninstalling.
Haha also yearly for me. I have actually written a small utility in rust that interacts with mysql, but it was basically just transposing python to rust, plus it's hacky as hell and I didn't really learn anything.
I've stuck that rust book in the "one day" silo, along with the guitar, learning French, eating healthy, and getting enough sleep. One day.
Build a ray tracer in Rust. Follow something like Ray Tracing in One Weekend. Don't be scared that the example code is in C, translating it to Rust is easy enough and is part of the learning process; it's good that you can't just copy paste.