After all, I've heard that both APL & FORTH are "write-once" languages.
What I'd like right now would be a real time high level scripting language (interpreter) that could fit in ~8K/8K (code/data -- with no libraries, of course). The real time / high level part could be accomplished with care (especially in regards to garbage collection, if used), but the size part won't happen. The smallest scripting language I'd consider using, Lua, is still something like 100K and Ficl (FORTH-inspired command language) is about the same.
Tony