DEV Community

Discussion on: How do you learn a new programming language?

Collapse
 
jacoby profile image
Dave Jacoby
  1. Can I write the thing? Can I make it run? Hello World
  2. Can I input data and interact with it? Input name: Dave Hello, Dave
  3. Loops and control structures. Iterative Fibonacci
  4. Functions and passing argument. Recursive Fibonacci

Beyond that, I've "learned" the language, but am not an expert.