|
|
|
|
|
by zhemao
5349 days ago
|
|
Many C applications use Lua as an embedded scripting language. This program would be very useful if the developers of the application wanted to extend scripting support to Javascript (and compile-to-JS languages) without having to modify their C code. |
|
Most importantly, I'd bet that the intersection of developers who:
(1) can write good software; and
(2) Can write decent JS code, but can't become proficient in Lua within a couple of days;
is mostly empty.