5 ms·
Thanks, I'll look how to get this working on linux.
by hchinchilla 15y ago
Thanks, I'll look how to get this working on linux.
- gpmcadam 15y agoAlternatively, you could use Rhino Shell (https://developer.mozilla.org/en/Rhino_Shell https://developer.mozilla.org/en/Rhino_Shell) - it even supports tab completion!
- mbq 15y agoAt least Arch has `js`package which gives you js command to obtain JS shell; in fact it is just Mozilla's SpiderMonkey. Anyway, the best option for "standalone JS" is node, mainly because it has a sane way of importing code from other files.
- betterth 15y agoMy Chrome install on Windows has the same thing. I push ctrl+shift+c to load the developer tools, and click on console and it's a very similar tool to what he was using.