Show Xojo: Roo - A programming language written in Xojo

[quote=371240:@Nicholas Loveday]Garry I’ve converted this to run as a desktop app in a window for evaluation. OK its slow as it walks the AST tree as someone pointed out earlier, but highly instructive for someone needing an interpreter - I had started on my own but you’ve caused me to ditch it and start afresh.

My coding time is unfortunately highly constrained between a day job and a 3-year old at home.[/quote]
Glad you’re finding it instructive. I totally hear you vis a vis a kids! I’m just trying to nail down the language syntax at the moment and get the interpreter fully baked before I look to optimise it. Once I’ve optimised the interpreter I’m going to make a start on a bytecode VM (like Java) for it - again written in Xojo.

If you need any pointers, happy to help out.

Also note the updated URL.