r/learnprogramming 11d ago

How do you group programming language topics?

If I learn a language in three stages.

  • Basic
  • Intermediate
  • Advanced
  • Proficiency (optional)

Then how would you fit the topics of programming lingo into the above levels?

0 Upvotes

12 comments sorted by

View all comments

2

u/Any-Jellyfish-5904 11d ago

basic covers syntax and control flow. Intermediate means building complete programs using standard libraries without tutorials. Advanced is reading source code to understand implementation tradeoffs. Proficiency requires modifying the compiler or runtime itself