Re: Java to C++

From: Howard (alicebt_at_hotmail.com)
Date: 07/02/04


Date: Fri, 02 Jul 2004 20:07:38 GMT


>
> > Java is in my opinion one of the fastest Language for the programmer.
> > (But not for the resulting program) And this is very good for making
> > money.
>
> Is that a typo? Should it be?:
>
> Java is in my opinion one of the shittest Language for the programmer
>

Tsk, tsk. At least, if you're going to swear, do it right. The term is
"shittiest". :-O

>
> Java is not a compiled language. Java is an interpreted language. Here's
how
> it goes:
>
> C++ -> Assembly -> Machine Code
>
>
> Java -> Crappy Java Code
>
> Then when you run your Java program:
>
> Crappy Java Code ---(Through Interpreter, time goes by)---> Assembly -->
> Machine Code.
>
>
> Eventually all code becomes machine code, so you can't say that one
language
> is faster than the other, except ofcourse when it comes to crappy
> interpreted languages.
>
>
> -JKop

He was (I am fairly certain) talking about the speed with which you can
create a program, not the speed of the prgram itself. That was what the
"for the programmer" qualifier was there for, and why he said "not for the
resulting program". That makes it good for making money (at least in his
opinion), because you can churn out more code in a shorter period of time
(again, in his opinion). (Now, as to the quality and applicability of such
code....... :-))

-Howard