Write once, compile anywhere

From Wikipedia, the free encyclopedia

Write once, compile anywhere (WOCA) refers to writing software that compiles and is thus usable on all platforms. As opposed to Sun's Write once, run anywhere slogan, cross-platform compatibility is implemented at the source code level, rather than at the compiled binary code level. There are many languages that follow the WOCA philosophy. WOCA is the philosophy that cross-platform applications in languages like Ada or C take. Cross-platform libraries, for things like sockets and GUIs, are used to cope with portability issues.


In other languages