this post was submitted on 06 Jul 2023
2 points (100.0% liked)

Learn Programming

1624 readers
1 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I'm skeptical on this being a good resource for learning to program. But It's the first time I've seen Odin being used in an introductory resource. Would you recommend this to someone looking to learn programming?

top 2 comments
sorted by: hot top controversial new old
[โ€“] LemmyStartNow@programming.dev 2 points 1 year ago* (last edited 1 year ago)

I don't want to discourage anyone from trying it, but from the looks of it, there aren't much resources for help if you get stuck. Compared to C, which is another low-level language, there is a community and (free) courses (like Harvard's CS50) to help out with it being the first programming language to start your journey.

Side note, I also believe there's some taking advantage of from the use of the term 'odin' since it might sound familiar to "The Odin Project"; which is a free self-paced programming program structured to help complete beginners learn the basics towards landing your first webdev position.

[โ€“] dinodroid@programming.dev 1 points 1 year ago* (last edited 1 year ago)

No, I would either start with C or python based on their patience level.

Heck, even Go or PHP is a decent choice, if they are interested in website backends.

For frontend the only king is javascript.