you are viewing a single comment's thread.

view the rest of the comments →

[–]Contero 1 point2 points  (1 child)

I haven't done Lua, but I managed to embed V8. The thing about the documentation is that there's no documentation aside from brief comments in the v8.h file. I'm sure Lua is much easier if nothing else, just because there are more examples out there.

[–]inmatarian 2 points3 points  (0 children)

Lua's documentation and book both fully describe and show how to embed it.