View Single Post
Posts: 1,746 | Thanked: 2,100 times | Joined on Sep 2009
#478
Originally Posted by Laughing Man View Post
They really should figure out a way to create a situation where code can be written and deployed onto all the different platforms (and don't say java).
Well a VM really is the only way to do it without cross compiling. So your choices are pretty much every scripting language, Java, and Microsoft's CLR. But then you toss in the mess of platform non-specific toolkits, so you might as well just use something like Qt and a good set of cross compilation tools.