which programming language should I use for a multiplatform application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

which programming language should I use for a multiplatform application

I need to be really light and can make system calls

7th Jun 2018, 10:20 AM
Madiop Niang
Madiop Niang - avatar
2 Answers
+ 8
I'll say, use C# with Xamarin. C# is more powerful than Java. Please note that Java & C# are multiplatform, provided you have JVM & .NET Framework (or Mono) installed. Otherwise, you have to compile to machine code, which will make your app single-platform.
7th Jun 2018, 10:54 AM
DAB
DAB - avatar
+ 4
JavaScript not only used in making front end webpages only. Javascript can be used in back end web server with Nodejs. JavaScript with electron, It can build multi platforms desktop applications run on Windows, Mac or Linux machines. Atom.io editor desktop application was built on JavaScript codes JavaScript can also build iPhone or Android native mobile apps with React Native or Fuse Open.
7th Jun 2018, 12:07 PM
Calviղ
Calviղ - avatar