Hello colleagues,
i know it's dangerous to ask, but has anyone an interest to interface (ccall etc) the duktape JS engine
http://duktape.org/ ?
Actually i want to use some code written in JS (and it's even not clear, if the effort is well spent, a simple port might be appropriate) and i looked around, but the big engines (spidermonkey31, v8) seem to have a C++ API only.
duktape, however, claims to be a 2 files solution and C only (what i can read in the makefile). So building this into a .so should not be a problem and attaching to a Pkg via ccalls also.
So?
Wishing a happy day,
Andreas