The easiest way for you to optimize is to cut down on white space. I think Espruino minimizes stuff slightly but if you don't optimize run-time you will optimize mental time and maybe even a few calories from having to scroll less ;)
Btw @Gordon, does Espruino support the ECMAScript 6 standard of the 0b1111 way of describing the value 15? Likewise for the octals with 0o17?
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.
Hi! Looking good! :)
The easiest way for you to optimize is to cut down on white space. I think Espruino minimizes stuff slightly but if you don't optimize run-time you will optimize mental time and maybe even a few calories from having to scroll less ;)
Btw @Gordon, does Espruino support the ECMAScript 6 standard of the
0b1111
way of describing the value 15? Likewise for the octals with0o17
?