wrote in comp.lang.java.programmer:
> Tired of all the 'Java is slow' detractors, I would like to see an
> example of an open-source Java program that will do something
> spectacular and fast in order to shut them all up. What do you think
> is the best such example?
Your job is not to try to convince them. Your job is to write good
Java code that works well on all Java platforms. Why should you
worry about them anyway? They're just trying to defend their most
favourite language that lost some kind of an imaginary programming
language popularity contest.
Come to think of it, your job is not to write Java code. Your job
is to learn several different languages and use the language that
suits each problem best.
> What's the best showcase for Java's true
> capabilities?
Something that works on all Java platforms.
> Some kind of compiled, 3D game would probably be good?
A 3D game would definitely use a hardware acceleration (through a
Java API). It would have nothing to do with the speed of execution
of Java code. Most of the intensive computations would be done in
the graphics card.
--
Antti S. Brax Rullalautailu pitää lapset poissa ladulta
http://www.iki.fi/asb/ http://www.cs.helsinki.fi/u/abrax/hlb/
"Disconnect this cable to shorten, re-connect to lengthen."
-- Instructions on Logitech's USB mouse extension cord.