in the old time in the days of visual basic 6 it has the best VD and the easiest . it was a usual practice for me when needing to solve simple tasks , to draw a button quickly and a small text box, then double clicking on the button and add as an example:
for i=1 to 1000
t=t+i
next i
Text1.text = t
and run it without saving it to get 500500 in the text box
now i have noticed that Rapid-Q (like vb6) is a compiler, (i though before it is like VB6 (not a real compiler) it has a VD, there is a new version here http://rapidq.phatcode.net/download/ last update 9/27/2016)
since its size is 25 MB then certainly it has something . i will try it later
EDIT: they say: The program is made up of byte-code with its own interpreter attached. so why they say in another page it is compiler !!
Bookmarks