On Mon, Mar 27, 2017 at 10:14:18AM +0200, Landry Breuil wrote: > > > Here is a new port: lang/duktape > > > > > > Comments? OK? > > > > The port looks fine, but I wonder what's the use for a cli-only > > javascript interpreter? > > Fwiw, netsurf uses duktape :) but i think they bundle their own copy.
Indeed, it seems most project using Duktape simply bundle their own copy, as it is distributed as a single C file. I do find value in using the standalone interpreter to validate/debug scripts.