Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Rhino is an open source JavaScript engine. It is developed entirely in Java and managed by the Mozilla Foundation. The Foundation also provides another implementation of JavaScript engine written in C named SpiderMonkey.</p> <p>Rhino converts JavaScript scripts into classes. Rhino works in both compiled as well as interpreted mode. It is intended to be used in server-side applications, hence there is no built-in support for the Web browser objects that are commonly associated with JavaScript.</p> <p>Rhino can be used as a debugger by making use of the Rhino shell. It can be used in applications by embedding Rhino.</p> <p>A slightly modified version of Rhino 1.6r2 comes bundled with the Sun Microsystems release of Java SE version 6, which was released in December 2006. This makes it easier to integrate JavaScript as part of Java programs and to access Java resources from JavaScript. Other implementations of Java 6 may differ.</p> <p>Read more on <a href="http://en.wikipedia.org/wiki/Rhino_%28JavaScript_engine%29" rel="nofollow">Wikipedia</a>.</p> <h2>References</h2> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Rhino/Shell" rel="nofollow">Rhino Shell</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Rhino/Serialization" rel="nofollow">Rhino Serialization</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/New_in_Rhino_1.7R1#Configurable_prompts_in_the_shell" rel="nofollow">Configurable prompts in the shell</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/New_in_Rhino_1.7R2#Better_line_editing_for_Rhino_shell" rel="nofollow">Better line editing for Rhino shell</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Rhino/JavaScript_Compiler" rel="nofollow">Rhino Compiler</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Rhino/Debugger" rel="nofollow">Rhino Debugger</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Scripting_Java" rel="nofollow">Scripting Java</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Rhino/Embedding_tutorial" rel="nofollow">Embedding Rhino</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload