this post was submitted on 26 Sep 2023
9 points (80.0% liked)

Rust

5778 readers
32 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

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
 

Anyone have tutorial recommendations,

you are viewing a single comment's thread
view the rest of the comments
[–] dinckelman@lemmy.world 8 points 1 year ago (2 children)

Please just do yourself a favor, and avoid tutorial hell. The Rust language book has 3 options for you to choose from. When you start feeling comfortable enough, try building a project, no matter how small it will be at the start

[–] autokludge@programming.dev 4 points 1 year ago (1 children)

I couldn't find what you meant by 3 options, care to elaborate?

[–] dinckelman@lemmy.world 6 points 1 year ago

https://rust-lang.org/learn

Either read, learn by example, or use the rustlings mini-course

[–] mossy_capivara@midwest.social 2 points 1 year ago (1 children)

Yeah, probably easy to get lost in the weeds with a lower level language like Rust

[–] spicyemu@programming.dev 2 points 1 year ago (2 children)
[–] mossy_capivara@midwest.social 2 points 1 year ago (1 children)

Lower level than Python and lua

[–] spicyemu@programming.dev 1 points 11 months ago* (last edited 11 months ago) (1 children)

How about in relation to C?
Is there a good place to get an overview of different languages or what applications for which a language is suitable?

[–] mossy_capivara@midwest.social 1 points 11 months ago

I'm just starting out so I have no clue