This looks really cool. I always wanted a small embeddable JS engine with a C interface. And it looks like you modelled the C API after the Lua C API? That is what I wanted as well.<p>Here are some related projects I saved links to. I think there were a few others.<p><a href="http://code.google.com/p/tiny-js/" rel="nofollow">http://code.google.com/p/tiny-js/</a><p><a href="http://adaptive-enterprises.com/~d/software/see/" rel="nofollow">http://adaptive-enterprises.com/~d/software/see/</a><p><a href="http://sourceforge.net/projects/njs/" rel="nofollow">http://sourceforge.net/projects/njs/</a><p>v8 is an obvious open source implementation, because it's packaged separately (and used in node.js), but its API is C++ and relatively complex. For a lot of applications, it's overkill.