It's mighty hard to protect code on the Espruino... All they'd need to do is get on the console, hit ctrl+c if needed to break out of your code, and then type dump(); to get your code.
Since the Espruino doesn't compile the code in any way, it would be hard to keep anyone who knew anything about the Espruino from ganking the code in it somehow.
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.
It's mighty hard to protect code on the Espruino... All they'd need to do is get on the console, hit ctrl+c if needed to break out of your code, and then type dump(); to get your code.
Since the Espruino doesn't compile the code in any way, it would be hard to keep anyone who knew anything about the Espruino from ganking the code in it somehow.