Y
Hacker News
new
|
ask
|
show
|
jobs
by
finnw
5348 days ago
But if they are
developers
why would they not want to modify their own C code (to add an embeddable JS interpreter?)
1 comments
aaronblohowiak
5348 days ago
js interpreters are not as friendly as lua for embedding.
link
zhemao
5348 days ago
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.
link