No explicit plans, although we might want to try making the shell somewhat compatible (with regard to built-in functions) to the SpiderMonkey shell <http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell >. It too doesn't have print-to-stderr and exit-with-status, although it has quit(). Having quit() accept an optional parameter would do. SM shell does have readline() for reading from stdin though.
Attila. On 2008.03.27., at 7:27, Sean Hogan wrote: > Are there plans to add these features to the shell (rather than > relying > on java.lang.System): > > - exit with status > - printing to stderr > - reading from stdin _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
