Jerryscript – A JavaScript Engine for Internet of Things
samsung.github.io
Jerryscript – A JavaScript Engine for Internet of Things
1–3 of 3 posts
Re: Jerryscript – A JavaScript Engine for Internet of Things
#2I think the objectives are very interesting, but I can't help feel like this was a missed opportunity to cooperate and focus resources instead of reiventing the wheel again.
Duktape already has impressive compactness and is extremely portable. It also embraced Lua's design which is brilliant. http://duktape.org
Re: Jerryscript – A JavaScript Engine for Internet of Things
#3I think the objectives are very interesting, but I can't help feel like this was a missed opportunity to cooperate and focus resources instead of reiventing the wheel again. Duktape already has impressive compactness and is extremely portable. It also embraced Lua's design which is brilliant. http://duktape.org
Duktape isn't compact enough to run on 64 KB RAM and would need extensive modifications to do so.