13 Five Aspects¶
There are five aspects of learning any programming language.
- Syntax
- How do you write language constructs?
- Semantics
- Idioms
- What are typical patterns for language features?
- Libraries
- What does the language provide as "standard?"
- Tools
- How does the language make your life easier?
By understanding and applying these five aspects, you can learn any programming language pretty easily.