@Gordon, the I 'understood' the Espruino JS engine, this is really a cool, optimized thing to have the JsVar blocks (with the simple garbage collect) and the option of running the structural information in the RAM and the (bulk of the) source code in (EEP)ROM. At a later time, I could even imagine that the structural information could be generated on upload and put in the (EEP)ROM as well (a parallel pattern to code maps).
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.
@Gordon, the I 'understood' the Espruino JS engine, this is really a cool, optimized thing to have the JsVar blocks (with the simple garbage collect) and the option of running the structural information in the RAM and the (bulk of the) source code in (EEP)ROM. At a later time, I could even imagine that the structural information could be generated on upload and put in the (EEP)ROM as well (a parallel pattern to code maps).