Using the online IDE, upload takes about three seconds using the Emulator:
>{ "free": 1456, "usage": 1044, "total": 2500, "history": 67, "gc": 0, "gctime": 2, "blocksize": 13 } >
It is interesting to note that as Espruino does it's housekeeping, some blocks are freed as I typed this ten seconds after the render above:
>process.memory() ={ free: 1584, usage: 916, total: 2500, history: 103, gc: 0, gctime: 2, blocksize: 13 } >
@Robin started
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.
Using the online IDE, upload takes about three seconds using the Emulator:
It is interesting to note that as Espruino does it's housekeeping, some blocks are freed as I typed this ten seconds after the render above: