9/24 http://seanreilly.com/java/moneydance.html
Quicken down, 1 less reason to use non-UNIX OSes...how many more to go?
\_ Linux is pretty good for java apps because it has native
processor support (kaffe) that no othe os's have.
\_ what are you talking about, "native processor support"?
That would normally mean "the processor natively supports java",
which is obviously false. Do you mean "JIT compilation"?
kaffe does that on lots of platforms.
Do you mean "compiles to actual executables"? The kaffe web pages
don't say it can do that, and I don't think it can.
\_ there are java->native cpu compilers for other OS'es though
linux loses
\_ yah. What kaffe wins on will be its new awt
implementation. That is, when it actually works.
(it will run on DOS, though. wow. http://www.kaffe.org
Do you mean "you can type the name of a java class, and it runs"?
So WHAT?
\_ From the RH linux package description on kaffe:
"This is Kaffe, a virtula machine design to execute Java
bytecode. This machine can be configured in two modes.
In one it operates as a pure bytecode interpreter (not
unlike Javasoft's machine); in the second mode it performs
"just-in-time" code conversion from the abstract code to
the host machine's native code. This will ultimately
allow execution of Java code at the same spped as standard
compiled code but while maintaining the advantages and
flexibility of code independence."
-RH linux installation guide
\_ Note#1: linux was one of the LAST packages to get a JIT
compiler, compared to other major platforms
Note #2: THIS DOES NOT "allow execution ... at same speed"
because real C code gets better optimization from the
compiler. And incidentaly, kaffe supports JIT on linux,
solaris, and a few other platforms. This is NOT
linux-specific in any way, shape or form.
\_short summary: the above linux bigot is an idiot who wouldn't
know a java compiler from a hole in his head
\_ this looks kinda neat :) |