You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • For Linux/MacOS it should be as simple as typing:

    git clone https://github.com/espruino/Espruino.git­
    cd Espruino
    make
    

    See https://github.com/espruino/Espruino - you'd need git installed to download it, but there are even ways around that.

    I do a lot of development and testing of the language on Desktop - it's just easier for debugging and lets me run through a bunch of automated tests - so it works quite well.

    There's no 'interface' though - so no representation of the state of outputs or anything. There is however ethernet support (at least on Linux - Mac requires some tweaks to get a compile).

About

Avatar for Gordon @Gordon started