Comment on Colony, an experimental JavaScript-to-Lua compilerparentComments−aaronblohowiak14yjs interpreters are not as friendly as lua for embedding.−zhemao14yExactly, I've worked with the Lua C API before, it was fairly easy to use. I've looked at the V8 API before. Compared to Lua, it is far more complicated.
Comments
js interpreters are not as friendly as lua for embedding.
Exactly, I've worked with the Lua C API before, it was fairly easy to use. I've looked at the V8 API before. Compared to Lua, it is far more complicated.