If I want my program to be as portable as can possibly be without any modification, am I doomed to Java?
Name:
Anonymous2011-07-30 2:16
Write your program as a POSIX shell script. sh is found on all POSIX compliant systems, which means your program will run practically anywhere. sh is the standard command language interpreter!
Name:
Anonymous2011-07-30 2:42
C/C++ compiler available for any platform. Java only for x86 and ARM.