Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 486
wantoknow Avatar asked May 21 '26 04:05

wantoknow


2 Answers

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.

like image 60
Inisheer Avatar answered May 25 '26 10:05

Inisheer


Python is a multi-platform language, available for all the usual platforms.

like image 45
pavium Avatar answered May 25 '26 10:05

pavium