(wL) Forums

Full Version: Rhino: Javascript for Java
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Then you tell me where else in the gaming community is a conversation about Rhino: Javascript for Java.

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.  http://www.mozilla.org/rhino/
Re: For the people who say this forum was a mistake..

wait... who said its a mistake?
Re: For the people who say this forum was a mistake..

Subject states "For the people who say this forum was a mistake.." but the guy is talking about a program for Java? lol Im confused
Re: For the people who say this forum was a mistake..

naive Wrote:Then you tell me where else in the gaming community is a conversation about Rhino: Javascript for Java.

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.  http://www.mozilla.org/rhino/


that's the most retarded argument i've ever heard, that would clearly go under a "Java" topic not a "JavaScript" topic because it is a JAVA LIBRARY.

JAVASCRIPT is not in any way related to java.

here's a PHP library to run javascript: http://devzone.zend.com/article/4704

.NET library: http://jint.codeplex.com/

c++ library: http://www.jsdb.org/embedding.html

perl library: http://search.cpan.org/~mschilli/JavaSc ... rMonkey.pm

python library: http://code.google.com/p/pyv8/

where do those go? under the language they belong to.

your argument is invalid and what does this have to do with the gaming community?
Re: For the people who say this forum was a mistake..

i think some ine needs to rename this topic
Re: For the people who say this forum was a mistake..

PaSS Wrote:i think some ine needs to rename this topic

i'm too lazy to rename it
Re: For the people who say this forum was a mistake..

Leaky, javascript and java share many relationships. As do all programming languages. An implementation of one inside the other would be a perfectly valid topic of conversation if one were so inclined.  Therefore, this forum is not inherently a 'mistake'.

The fact that this can be done in other languages also is irrelevant.

(btw, this thread was originally supposed to be humorous.. i'm not funny)
Re: For the people who say this forum was a mistake..

some one seriously needs to re name this before i do
Re: For the people who say this forum was a mistake..

naive Wrote:Leaky, javascript and java share many relationships. As do all programming languages. An implementation of one inside the other would be a perfectly valid topic of conversation if one were so inclined.  Therefore, this forum is not inherently a 'mistake'.

The fact that this can be done in other languages also is irrelevant.

(btw, this thread was originally supposed to be humorous.. i'm not funny)

this forum is a mistake, your argument doesn't prove otherwise and yes you are right all programming languages share something in common, they instruct a computer in what to do and they have a syntax of SOME kind. what that syntax is isn't shared with all languages, neither are the common constructs like for loops and foreach loops and while loops.

java and javascript are not in any way related considering javascript is an implementation of ECMAScript and not Java, their syntax is vaguely the same but their flow is different:

java foreach
Code:
for(Object a : b) { }

JavaScript foreach
Code:
for(a in b) { }

that's actually how c# implemented foreach.

the only real syntax that's shared between java and javascript is that they both end statements with a semicolon, which by your logic makes php,perl,java,javascript,c#,c++,c and many other languages related and should be in this forum as well.

also your right, an implementation of javascript in java is a perfectly valid topic for this forum, THAT WAS MY POINT.

your original post was implying that because you can run javascript in java, this should be the "Java / JavaScript" forum, when in reality that's a stupid argment, if you want to have a topic about a javascript implementation in java then obviously you would post it in the forum related to the native language of the impementation, JAVA. my response was pointing out that. the php impementation would obviously go in a php forum and the c++ would go in c++.
Leaky relax, you seem overly aggressive lately. Don't tell me another co-worker quit. :X
Pages: 1 2