show/hide this revision's text 2 Corrected the title of the question.

Is there What would be a JavaScript good browser-independent JavaScript programming environment/ setup?

show/hide this revision's text 1

Is there a JavaScript browser-independent programming environment / setup?

My team's current project involves re-writing retrieval libraries in JavaScript. We are basically looking for a setup which enables us to apply test-driven development methods.

So far we plan to use Vim to write the code, no fancy IDE. For generating output we would use Spidermonkey's shell environment. JSLint could serve as a moderate syntax checking tool.

The essential question remains: How do you develop JavaScript (browser-independent) programs? If we are already on the right track, then maybe you can supply us with a few tips and tricks.