
Thanks, it looks interesting
I'm really looking for a system for a Analog Devices 2181 DSP, so I'd have to look at porting issues, although someone has already done a FORTH implementation for the 2181.
I'm not a big fan of the FORTH syntax, but right now it does look like the only option for a truly tiny interpreter (well, I suppose I could do a TinyBASIC....but I think I'd rather program in FORTH).
Another issue is that I would want the language to be able to call compiled C routines; scripting languages such as Lua, Ficl, Python, Tk, etc excel at this. I'm not sure how easy it is in standard FORTH.
So at a first glance it looks promising; I'll have to dig into the details to see if I would really make sense for my current device.
Tony