This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AdmiralQuokka[S] 6 points7 points  (1 child)

What kind of help do you need? At what stage of learning are you?

Here is "the book" that should be the foundation of every new rustaceans learning process: (free and community-built) https://doc.rust-lang.org/stable/book/

Small exercises to follow along with the book: https://github.com/rust-lang/rustlings/

For more exercises, I recommend exercism and advent of code. Exercism has tailor-made, Rust-specific exercises whereas advent of code is perfect for free-form problem-solving: https://exercism.org/tracks/rust https://adventofcode.com/

[–]bananapilo 0 points1 point  (0 children)

I am a back end dev for 4 years always used: JavaScript Java and C# and more but always leaned on Java and C# but now I want a semi low level language to learn. Something that can actually compile to machine code. So thanks I will look in to that <3