hellfire you are right.
But on the other end programmers tend not to cure details and put software layers over software layers and many times even compiled applications are so cpu intensive thanks to this. thinBasic is fast even for graphic applications and games. Of course I would never try to promote thinBasic for multi megabytes real-time imagine processing but we have and continue to put strong attention to performance.
Also consider that only hardware evolved, but also software. Try by yourself the more than 400 thinBasic applications you will find after installation and see by your eyes.
Latest beta version is available at
http://community.thinbasic.com/index.php?topic=2588.0Among other new features, this version has even a machine code compiler of a basic dialect called Oxygen. You can write basic code into a string, compile it on the fly. It will return a pointer to machine code that can be used to execute compiled code like it would be native thinBasic functions. A really unique feature.
Ciao
Eros