Journal tomhudson's Journal: Surprise! Java's actually gotten better. 12
It really does seem to run faster, with less memory.
Still not competitive with c, but for some of the stuff I'm working on, its now "good enough."
Too bad that java doesn't have a decent preprocessor
On a side issue - package naming conventions. I have no problem with using tld.domain.whatever.jar, and I can understand making an exception for the core java libraries (so that the provider isn't hard-coded), but why do gnu (gnu.getopts) and sun projects such as brazil - (link to packages) not do so? Neither is a "core" language feature.
Maybe someone should tell apache, the w3c, xerces, etc., that they should drop the org. prefix from their packages
Its bad enough that some gnu projects insist on non-standard
info pages (Score:2)
Re: (Score:2)
I'm glad I'm not the only one. I thought maybe it was just me. I refuse to use them. They're awkward, usually much less "informative" than the average man page. Gee, if I needed information broken up into 2-paragraph "sound bites", I wouldn't be writing code, I'd be a news reader for Faux News.
In comparison, man pages just work.
Re: (Score:1)
Re: (Score:2)
Type "info info".
That starts the "info" program. At just over 100k, I'm pretty sure its not an alias for emacs :-)
Type "h"
Re: (Score:1)
"If it looks like a duck and quacks like a duck..."
Re: (Score:2)
Re: (Score:2)
I tried running eclipse on the box at work last year - 5 minutes and I was still waiting ... (half-gig ram, amd64/3800). My amd2500 runs it just fine with 2 gig, so obviously it was still a memory hog. After updating to opensuse 10.3 and the latest java at the office, it opens quickly on a half-gig box, so there have been real improvements.
Mind you, I find the eclipse IDE really awkward - even stretched across 2 monitors, it feels ... yucky is the best term for it. What can I say - I always preferred Bor
Re: (Score:2)
Preprocessor? (Score:2)
Re: (Score:2)
I've always found the preprocessor handy for all sorts of "magic pixie code dust". Maybe its just me, but I think its one tool that, while open to abuse, is just really really handy at times.
Re: (Score:2)
Re: (Score:2)