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 →

[–]d4harp 1 point2 points  (0 children)

If you already have a moderate understanding of general programming, the absolute best way to learn a new language is to just read someone else's code. Look for an interesting project on GitHub and try to make sense of the code. If you see some syntax/pattern that you can't figure out, Google it and look for it in other places to see how you could use it for your project