I should add that you can usually compile Espruino for Linux (or Windows WSL) by just cloning the repo and typing make
make
While you can't test the C compilation there, things like pretokenisation can be tested fine - so it's a much faster, less painful way of developing
@Gordon 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.
I should add that you can usually compile Espruino for Linux (or Windows WSL) by just cloning the repo and typing
make
While you can't test the C compilation there, things like pretokenisation can be tested fine - so it's a much faster, less painful way of developing