Hi,
I just joined the Neko list recently, because I have exactly this
question in mind.
But maybe you have some suggestions about things you would like to see
in Neko ?
I'm using the Lua VM as a runtime for a language I'm implementing, and I
would use Neko if it had coroutines, preferably serializable as in
Stackless Python, so that one could implement multi-shot (clone-able)
continuations (Lua + Pluto can do it too).
Also handy, and I'm not sure if this already exists for Neko, is a
bytecode disassembler. Of course, register based opcode dispatch would
be nice too, but that's probably asking too much ;)
My 2 cents.
Cheers,
Rich
--
Neko : One VM to run them all
(http://nekovm.org)