Hacker News new | ask | show | jobs
by inlinestyle_it 388 days ago
Very interesting.

Wondering how hard it is to embed / vendor it into other projects. In the past we relied on duktape especially because how easy it is to just copy one .c file into your project and have it integrated there. It's one of the best features of duktape that other JS engines couldn't yet beat. Do you have plans to maybe provide a collapsed version of nova that is especially easy for embedding into third party projects?

1 comments

Embedding isn't a foremost concern currently, but it _is_ a concern. It is fairly likely that I might attempt embedding Nova (with minimal JS features) into a C++ application later this year; this work would probably result in the kind of collapsed version that you're asking for.