"near-universal emulator"

so this is a thing that I can use to play any console game in PC?

well if is that I buy it

cuz are many cool games that not in PS2
 
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!
 
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!
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.
 
Back
Top