JavaScript Shells
From MDC
A JavaScript shell allows you to quickly test snippets of JavaScript code without having to reload a web page. They are extremely useful for developing and debugging code.
[edit] List of JavaScript shells
The following JavaScript shells work with Mozilla:
- JavaScript Shell (web page) - also available as part of the Extension Developer's Extension
- JavaScript Shell (js) - A command line interpreter for JavaScript (requires your own Mozilla build).
- JavaScript Shell Server - Allows connections from Emacs.
- rainbow9 - Javascript IDE
- Jash: JavaScript Shell - a DHTML - based shell that gives you command line access to a web page.