Ummm... an implementation of JavaScript in Java?

It's a Java program that read and execute (via intepreter, compiler)
JavaScript programs.

V8 is not an implementation of JavaScript written in Java.

Example of implementation of JavaScript written in Java:

https://developer.mozilla.org/en-US/docs/Rhino
*Rhino* is an open-source implementation of
JavaScript<https://developer.mozilla.org/en/JavaScript> written
entirely in Java. It is typically embedded into Java applications to
provide scripting to end users. It is embedded in J2SE 6 as the default
Java scripting engine.

http://en.wikipedia.org/wiki/Rhino_(JavaScript_engine)

See also:
http://en.wikipedia.org/wiki/JavaScript_engine
http://en.wikipedia.org/wiki/List_of_ECMAScript_engines

So, I guess your question is about JavaScript engines written in Java.

Angel "Java" Lopez
@ajlopez

On Fri, Feb 8, 2013 at 6:43 AM, jakkir hussain <[email protected]>wrote:

> what is meant by implementation of JavaScript written in Java
>
> --
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to