On Tue, 2007-10-02 at 11:26 -0500, Derek Gathright wrote:
> Thanks for the link, interesting stuff.  
> 
> After looking through info on Rhino, I was left with the question...
> why build the JS core engine in Java and not a non-interpreted
> language?  

You can compile them to byte code and create classes (I am guessing that
is why rhino performs much better in the 'real world' test cases). I use
them for a webapp in a servlet container.

best,
-Rob

Reply via email to