Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There are many BASIC emulators to play with already. Lua is better though. Using tic, I am pretty sure the frame rate is 3 times faster, if not 10 times faster than BASIC. I like to fiddle with BASIC too for nostalgia.

At the end of the day, it is just outdated. It's like using visual basic to make a Windows app; nobody does that anymore for a reason: it's just not efficient.

qb64 "compiles" to C and then to machine code. There is nothing inherently slow about the dialect itself. Classic qBasic was interpreted however, so that might be what your thinking of. Also lots and lots of internal corporate software is still written in VB. Most commercial software is written in c++ and java because they are well established industry standards and C/java programmers are easily interchangeable in software farms. VB programmers on the other hand are tied to one platform, and their skills are less transferable. Non of that has anything to do with it's execution speed. Especially if you're working in dotNet then dialect is more of an esthetic choice or influenced by available libraries