NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Compared To ___ (Score:1)
Java loses when you compare it to Smalltalk, Lisp, or anything else even remotely decent. Java wins when you compare it to C++, at least until you try to mix Java generics with Java closures, in which case you have to use trigraphs in your STL templates to match the level of ugliness.
Re: (Score:1)
Re: (Score:1)
That said, the actual coding time usually compares disfavorably to higher-level languages like Perl in my personal experience.
Re: (Score:1)
It probably seems faster because actual editing in Eclipse is so slow.
Re: (Score:1)
Re: (Score:2)
Eclipse usage is subtly mandated for me at $WORK. I do like it, but it is slow. Not always slow, but often slow. There's probably some reorganization we could do to our project to speed some things up, but I'm not an Eclipse wizard, yet (hoping to achieve that later this year).
I'm not going to trash the tool, but I'm not going to say it isn't slow, either. It's slow for me. May not be for everybody. Memory will probably help, if they ever get me some. :)
Oh, and not all of that stuff happens in bac
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:1)
Our codebase is large and well-documented, so I rely heavily on Eclipse's tools for text searching, API searching, autocompletion, Javadoc tooltips, and global refactoring. The quantity of keyboard shortcuts is astonishing and generally mnemonic if idiosyncratic. Once you gr
Re: (Score:1)
I'm sure there's tremendous amount of value in the tool. I'm only starting to use it for serious things, and I can't seem to get anything done quickly. It feels like the programming equivalent of Mac OS X, where people who know what they're doing have to wear oven mitts to slow them down and let them enjoy the aesthetics, except without the aesthetics.
Hrm... (Score:1)
So if you write a test, for some method that doesn't exist, the test code doesn't even compile at all, so you can't run it?