0
Whats better: Python,Java,HTML, or C++
i want to create programs,for every platform
6 Respostas
+ 2
If one language was sufficient to build programs for every platform there wouldn't be so much languages. Every language was designed to perform some specific tasks. For example, C# is the easiest language to build windows application. Java is the best one for developing android application. Python is more likely to be used for website development.
What I am trying to say is that, you may use any language to build any software but you may have to go through a lot of work.Thus pick the right one for the project. Google before you pick.
Having said that, you can use Java to implement anything. As they say, "Code once, run anywhere".
+ 2
@spcan
Html+Javasript? How come? How you produce graphics, video games, operating system with these. Moreover, Html is not a programming language. Html + CSS + JavaScript, this are used in web programming. You can't use them to build programs for every platform. Remind you, platform means the operating system you are likely to be using to run your application.
+ 1
Java is code once, use everywhere. So if you want to use ONE language for all your platforms then learn Java.
P.S HTML is not a programming language
+ 1
@spcan
Yeah mate! I see you know a lot. My mistake.
0
That depends on the platform.
If you just want to create one code that works on most of platforms, probably html+javascript would be the best option, but you may be limited to do every task efficiently
For each platform and task there is a different language to do it efficiently
0
@Rubel Hosen
What I meant is that almost any modern system will be able to run a Html+CSS+Javascript bundle (it was wrong to call it a program)
But I have started to see these bundles more and more.
Just take a look at the Atom editor.
It is true that they are not able to produce complex games or OS, but they have graphic capabilities. Also, almost any general use computer can run it.