vote up 4 vote down star
1

https://developer.mozilla.org/en/JavaScript_shells lists quite a few shells. What is there to choose between them.

flag

70% accept rate
I feel dumb, I didn't even know these things existed. Going to have to try one of them next time I'm doing js. – Daniel Lew Feb 28 at 13:56

2 Answers

vote up 1 vote down check

I always use the command line tool in firebug to test snippets, there is an option "larger command line" for multiline code, so be sure to enable it. CTRL+SHIFT+L is the shortcut for opening the command line panel.

link|flag
vote up 0 vote down

The Rhino Shell is not on the list, but pretty cool, if you want to write your business logic and explore data.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.