Does Gambas compile the source code into machine code, or just into object code like Java to be executed by a runtime engine? I would hope that it could be compiled into machine code to speed up execution time and to use the program without installing a runtime engine.