0
What order of languages do you think is best for a person to do programming?
With the number of programming languages currently available, it is very confusing to know where to start and where to go from there. So, please suggest your views on this.
4 Answers
+ 2
Experience some with some languages if you're not sure what to make. Each language has its own purpose:
Web development: HTML + CSS + JavaScript (+JQuery + PHP + SQL)
Android apps: Java
iOS apps: Swift
Microsoft apps: C#
General apps: Ruby, Python, C++
Games: Java, C++, C# for Unity
+ 2
What do you want to make? Games, websites, apps (on which platform)?
+ 1
I completely agree with @Maart! It really depends on where you wanna go. For web stuff ruby or python is always a really nice starting point where you can find loads of information out there.
if you want to do programming which is performance oriented, there is no other way then C and C++. Big difference here is that you need to be aware of how memory works to write priper code.
Cheers
0
Thanks @Maart. I have just started programming. did a couple of courses here. I would like to know what options I have so that I can proceed along some plan.