I have a question.

What is better? Learn rust as a beginner in programming or learn rust as a expert in some other low level language?

Reply to this note

Please Login to reply.

Discussion

Depends on whether you are a beginner or an expert is some other low level language. The best way to learn rust is to dive in with whatever knowledge you already have. Certainly deeper understanding would come from an intimate knowledge of underlying architectures, data structures, and algorithms, but they are not prerequisites and can be picked up when needed.

The key is to just get started and start building things that interest you. There are so many tools to help you if you get stuck. Google, the rust book https://doc.rust-lang.org/book/

https://doc.rust-lang.org/rust-by-example/

Irc discord etc and your favorite LLM.

well.. depending on what you want to do by programing.

if you are beginner to code. learn C first