Search code examples
multilingual

Learn multiples languages at the same time


Any one can give some tips or ways to learn more than 2 programing languages, without getting confused?

im still learning python, bash and php.

thank you so much.


Solution

  • Learning more than one language is not too hard (it is called language polyglot). You need to focus on the common ideas that are shared by languages. And they are:

    • paradigms (very important, since many paradigms are shared)
    • syntax (C type or not)
    • use cases (web, desktop, mobile...)

    The hard part is learning the language ecosystem and environment, good and bad parts, criticism, frameworks, tools... For this you need years to master.