Skip to main content
Post Merged (destination) from programmers.stackexchange.com/questions/41720/…
Post Made Community Wiki
Source Link
Carra
  • 4.3k
  • 27
  • 28

Going from a basic language to a high level one is the way to go. That way you still have an idea what's happening in the back.

  • C - Pointers & memory management
  • C++ - OO basics and still very popular
  • Java/C# - Most popular languages
  • Some basic assembly
  • Functional language - E.g. Haskell
  • Script language - E.g. Python