It doesn't currently implement a REPL, but it could (and probably should) do (which would be really handy). If compiling CoffeeScript really is that easy, perhaps it would be possible to add a -coffeescript option that just shoved everything through the coffeescript compiler first? :)
It actually uses EspruinoTools, which @allObjects mentioned. You could potentially add a plugin for that so the Web IDE could take CoffeeScript too - but I wonder whether the CoffeeScript compiler would run under Chrome (not node.js).
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.
@Dennis, have you seen the espruino-tools repo?
It doesn't currently implement a REPL, but it could (and probably should) do (which would be really handy). If compiling CoffeeScript really is that easy, perhaps it would be possible to add a
-coffeescript
option that just shoved everything through the coffeescript compiler first? :)It actually uses EspruinoTools, which @allObjects mentioned. You could potentially add a plugin for that so the Web IDE could take CoffeeScript too - but I wonder whether the CoffeeScript compiler would run under Chrome (not node.js).