+ 1
How you do multiple coding languages on top of each other?
4 Answers
+ 21
I do it all the time that's how I learn. I submerge myself in one language until I get bored with it then I switch over and start learning another one. so when I'm bored with that and then I switch back but it seems to stay pretty straight in my mind. Because the logic to programming is pretty much the same for all the languages so it's just a matter of switching and learning difference in syntax. Right now I'm doing Python and Java
+ 6
Different strategies work for different people I suppose. Most beginners should try to focus on the basics of one language first before branching out. But after you have grasped the basics it's always possible to look at how it is done in other languages.
+ 3
The basic ideas are mostly similar
+ 3
It's important not to mix things up though.
I recommend only learning about a topic in language B after you firmly understood it in language A.