What languages allow cross-platform native executables to be created?
        Posted  
        
            by JT
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JT
        
        
        
        Published on 2010-05-01T01:39:46Z
        Indexed on 
            2010/05/01
            1:47 UTC
        
        
        Read the original article
        Hit count: 324
        
executable
|programming-languages
I'm frustrated to discover that Java lacks an acceptable solution for creating programs that will run via double-click. Other than .NET for Windows, what modern and high-level programming languages can I write code in that can be compiled for various platforms and run as a native/binary in each (Windows, Linux, OSX (optional))
Assuming I wanted to write code in python, for instance, is there a cohesive way that I could distribute my software which wouldn't require users to do anything special to get it to run? I want to write and distribute software for computer-illiterate and Java has turned out to be a real pain in this respect.
© Stack Overflow or respective owner