|
|
Log in / Subscribe / Register

Java not that bad...

Java not that bad...

Posted Jul 30, 2004 15:33 UTC (Fri) by NAR (subscriber, #1313)
In reply to: Java not that bad... by dh
Parent article: Paul Graham on great hackers

Once I switched a project from Python to Java: Better syntax, precompilation and therefore syntax check before it is run

Those syntax checks would be useful if Java would have templates. But it doesn't have (currently) so you have to cast a lot and even though there are static type checks you still end up with lots of ClassCastExceptions during runtime - not much of an improvement over Python or Perl.

faster execution

Really? It takes ages to start the Java VM and it starts with occupying 60MB of RAM - and the program hasn't done anything yet.

Bye,NAR


The LWN site is currently under high scraper load, so comment display has been suppressed for anonymous users. If you are a human, you may read the comments by clicking the button below:

Note: you can avoid this step in the future by logging into your LWN account.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds