Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
There are already interpreted (rather than compiled) programming languages. Java is one of them. You can run a Java program on any platform that has a Java interpreter. The problem is that intepreting a universal language into operations on the fly is slower than running a compiled EXE. So, "top of the line" games use a fast, compiled language like C++ to cut down on the hardware requirements. Hopefully this universal interpreter will have less overhead than currently available interpreted languages.Varsity said:All we need now is an OS that handles application code like HTML, so you don't have to compile. That would revolutionise the entire software engineeing industry!