Although there are many platforms that give you the ability to write once and run on multiple platforms, but from my point of view, this is not a great idea for a simple performance reason, just think of the following example
A C code is much faster than java code, because java provides you with a virtual machine to run this code, and java is much easier to write than for C. The idea is that the more you stick to the native API, the more you will get performance .
So, given the example above, just think about the performance of such an application that is supported on so many platforms.
Note. I did not work on any of these platforms, so I could be wrong, but this is just a simple concept that fits all
ingsaurabh Mar 04 2018-11-11T00: 00Z
source share