Where it helps to have access to the multi-line editing and stuff like that. For instance you could connect something like an nRF24 radio module and then allow Espruino to be programmed over that.
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.
Great! Where you're sending commands to Loopback, you actually just execute them directly as JavaScript if you wanted to, or use
eval
?Loopback's probably most useful for things like this: http://www.espruino.com/Espruino+Home+Computer
Where it helps to have access to the multi-line editing and stuff like that. For instance you could connect something like an nRF24 radio module and then allow Espruino to be programmed over that.