Hi.
I have an idea of writing some wrapper of NekoVM into Python. I'd found
lunatic-python (very handy bridge betweed Python and Lua) and I want to
make something like that but with Neko.
Actually, I'm interesting in extending Python by any programming (or
maybe even human :) ) languages which are:
have comfortable/unique/interest syntax,
have developed VM (or other interpertting engine),
could be extended with C/C++,
have "wide" API where I can know anything about everything in propramm.
I've already tried to make AngelScript wrapper, but AngelScript API is
too underdeveloped. Also AngelScript has statical typing and that is
inconvenience for Python.
Now, I'm researching your sources. If you know someone who already made
such wrapper, PLEASE tell me to save my time, otherwise wish me good
luck. ^__^
--
Neko : One VM to run them all
(http://nekovm.org)