+ 3
Does it have any sense to learn more than one of the following languages? I'm referring to c++, Java, python, ruby and c#.
3 Answers
+ 4
Yes, Compiled languages are very good for big projects.
Interpreted and dynamically typed languages are used for fast prototyping or for creating sinple applications.
Also they are used in web development
+ 3
After this much time I think I got an answer myself. Learning more programming languages can be very useful. Since the concepts behind them are always the same (with few exeptions), it's good to repeat them over and over. The only problem is that you can, sometimes, get confused with some syntax. But i think this is a minor flaw.
+ 1
Thanks, but i'll change my question. Does it have any sense to learn all of those languages?