Hacker News new | ask | show | jobs
by ivan4th 4018 days ago
Duktape is good for scripting. My particular app is a simple rule engine for smart home applications which runs on relatively low-powered ARM board. It would hardly be practical to have Go compiler there, and duktape is resource-efficient ECMAScript engine which serves this purpose just fine.
1 comments

Oh I see, that's pretty cool!