Thanks! Do you have an example of the code that's running slowly?
Espruino itself doesn't execute particularly quickly, but if you're running a build without RELEASE=1 then loads of assertions get left in which really kill performance.
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.
Thanks! Do you have an example of the code that's running slowly?
Espruino itself doesn't execute particularly quickly, but if you're running a build without
RELEASE=1
then loads of assertions get left in which really kill performance.