Hi - I'm afraid Compilation isn't available for Puck.js.
However it's unlikely to do what you want for a big program - compiled code tends to use a lot more memory (at least 2x) than minified JavaScript.
If you want to fit a lot of code in, your best bet is to turn on minification in the IDE's settings, as well as save on send
save on send
Hi Gorden, thanks very much for your information. I will try it out.
@user74740 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.
Hi - I'm afraid Compilation isn't available for Puck.js.
However it's unlikely to do what you want for a big program - compiled code tends to use a lot more memory (at least 2x) than minified JavaScript.
If you want to fit a lot of code in, your best bet is to turn on minification in the IDE's settings, as well as
save on send