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.
Experts will become average (Score:1)
Re: (Score:1)
Re: (Score:1)
Well yes, that’s the letter of what he says. But what is it supposed to mean? He seems to imply it’s a bad thing somehow, as if the skills of expert Java programmers will diminish or something. That makes no sense.
His statement is either tautological or nonsensical.
Re: (Score:1)
I agree with many of your criticisms of his article, but I think he has a point that is well worth observing in some situations. Sometimes, language designers develop features to please themselves, with little attention to the needs of working programmers.
I think Hoare (?) observed this long ago stating that no language feature should be standardized until it gets significant practice behind it
pretty weak reasons (Score:1)
Probably the most reasonable argument to not put closures in Java is that Java is all about OO and closures are a different paradigm. If he argued that, I'd have more sympathy.
Re: (Score:1)
Yeah, I could see that argument. I don’t know if I’d agree with it, but at least it’s sound.
Re: (Score:1)
I think it really depends on what you're used to and how you're taught. I've seen Lisp/Prolog coders having just as much trouble getting their heads around the OO approach. Closure style HOP code isn't harder - it's just sufficiently different that you actually have to learn it. (IMHO anyway :-)