Session Overview
How do we learn programming languages?
- REPL
- Iteration
- Random Contextual Interference
- Programming Assistants
REPL
Read, Evaluate, Print Loop
You need to be able to be able to get immediate feedback on what you are doing!
Interactive!
Iteration
Build on immediate feedback… immediately.
- Iterate early and often.
- Just start.
- Incremental bites.
- Build from small steps, testing each step in the process.
- Leverage the REPL!!! :)
Session Overview
How do we learn programming languages?
- REPL
- Iteration
- Random Contextual Interference
- Programming Assistants
Random Contextual Interference
Programming Assistants
- Use programming assistants to help you learn.
- Ask them to explain what they are doing and why.
- Ask them to teach you.
- (Remember, they can be wrong)