To be totally honest I have no idea what is actually happening under the hood when running javascript on a microcontroller.
if you have a simple for loop in javascript is that not converting to a simple for loop in c? why does it run so much slower when written in javascript?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ah
To be totally honest I have no idea what is actually happening under the hood when running javascript on a microcontroller.
if you have a simple for loop in javascript is that not converting to a simple for loop in c? why does it run so much slower when written in javascript?