Am I missing something? If I understand, it doesn't emulate the Z80 processor? And it depends on some "extension" ( http://litdev.co.uk/ ) not just "Small Basic." And I can't find the link to the source to get the idea how the code looks like.
And for my taste Small Basic appears ugly for a beginner's language, the "Hello World" is:
TextWindow.WriteLine("Hello World")
Compare that to
PRINT "Hello World"
from the old times. I consider the later much much nicer.
Not tried it to be honest, I'd run out of energy by the time I looked up all this, then saw the code, sucked in air sharply between my teeth, then decided I'd better things to do.
I just flipped through the tutorial and the "TextWindow.WriteLine" philosophy is used throughout the language. Want to write to a UI, it's "GraphicWindow". So for "standards" sake, I think it is ok. The tutorial was pretty good and it's a simple language.
And for my taste Small Basic appears ugly for a beginner's language, the "Hello World" is:
Compare that to from the old times. I consider the later much much nicer.