Search code examples
programming-languagescross-platformmultiplatform

Is it possible to write multi-platform program that is not writen in Java


Just curious, is it possible to write a multi-platform program that is not writen in Java.

If true, could I do it by compiling two or three different programing languages (for each platform) together so that it would run on different platforms.


Solution

  • See here http://en.wikipedia.org/wiki/Cross-platform

    C++ is the traditional cross-platform language. However, there are many other popular choices such as Python.