in reply to Re: New JAVA Specification
in thread New JAVA Specification

I thought that Java is a scripting language? Whats the difference for this "even more so" support than Java itself?

Replies are listed 'Best First'.
Re: Re: Re: New JAVA Specification
by jdavidboyd (Friar) on Jun 17, 2003 at 18:37 UTC
    No, javascript is a scripting language.

      I wasn't referring to JavaScript. I was referring the Java, the scripting language with the source->bytecode compiler javac and the bytecode interpreting VM java. Just because it happens to have a slow compiler that obliges keeping the compiler separate from the VM doesn't mean it isn't a scripting language.

        Just because it happens to have a slow compiler that obliges keeping the compiler separate from the VM doesn't mean it isn't a scripting language.

        Actually I think most programmers would draw the line between scripting and "normal" languages at the separation of compiler and architecture specific machine code. The fact that Java code is compiled down to a particular, albeit portable, architecture -- the Java Runtime Environment -- puts it in a separate category from languages like Perl and Python. To flip your statement, just because a language runs on a virtual machine does not mean it's a scripting language.


        "The dead do not recognize context" -- Kai, Lexx