If I learn 1 programming language, is it easier to learn other languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

If I learn 1 programming language, is it easier to learn other languages?

15th Sep 2018, 2:26 PM
TheZomb _
TheZomb _ - avatar
4 Answers
+ 2
I would say yes because you start to think more like a programmer (logically speaking). You may experience different levels of advantage depending on how similar / different the other programming languages are compared to each other. For example, if you start with an object-oriented language, it might be easier to learn others of the same type but hard to learn a functional language. On the other hand, some languages are similar enough to each other that it would be easy to mix up the syntaxes.
15th Sep 2018, 2:40 PM
Janning⭐
Janning⭐ - avatar
+ 5
Yes. All the languages will have almost the same conditional statements and loops and other things like functions etc. Once you learn a language amd understand how things work..it is pretty much same in all the languages.Only the syntax changes.
15th Sep 2018, 4:19 PM
Mitali
Mitali - avatar
+ 3
of course!
15th Sep 2018, 2:41 PM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar
+ 3
Yes if you know the foundations of a given language like: loops for loops else elif if else while statements functions classes etc.. Then learning other language's will be easier all programming languages have these in one way or another just different syntax. Its not about mastering a language but the foundations. Goodluck.
15th Sep 2018, 3:52 PM
Anthony Perez