Subj : Re: command-line javascript? To : netscape.public.mozilla.jseng From : Martin Honnen Date : Fri Sep 16 2005 08:41 pm Felipe Gasper wrote: > Is there a command-line Javascript interpreter out there? Has there been > discussion about doing something like that before? Mozilla has two JavaScript engines, one implemented in C and called Spidermonkey, one implemented in Java and called Rhino. For both engines there is a simple shell available to interactively work with scripts or to batch exectute script files. There is also which uses Spidermonkey. -- Martin Honnen http://JavaScript.FAQTs.com/ .