in reply to Re^2: Whither scripting? Will scripting wither?
in thread Whither scripting? Will scripting wither?

Most of the expertise in producing something reliable and scalable sits in the developers head rather than in the language.


Truer words were never spoken, adrianh. That's the crux of the matter. Yes, Perl can be done right and can scale, too. However, it takes a gifted programmer who understands the nature of the environment and the application. Perl can also be done wrong, and that's where I worry. While there's more that has to be learned to do a J2EE scalable app, you can't do it at all until you succeed in putting all the pieces together. It's a PITA, but it does lead to working large applications. I think one gifted programmer would prefer Perl as his vehicle, but if dragonchild's right that those comprise only 1% of our population, lots of companies need an alternate route that isn't so knowledge-critical and is more noob-tolerant.

Don Wilde
"There's more than one level to any answer."
  • Comment on Re^3: Whither scripting? Will scripting wither?

Replies are listed 'Best First'.
Re^4: Whither scripting? Will scripting wither?
by adrianh (Chancellor) on Feb 04, 2006 at 15:27 UTC
    While there's more that has to be learned to do a J2EE scalable app, you can't do it at all until you succeed in putting all the pieces together. It's a PITA, but it does lead to working large applications.

    Yet I somehow encounter bad Java apps that don't scale. So the magic J2EE pixie dust doesn't seem to work any better than the magic Perl pixie dust :-)

    You seem to be saying that you can give a non-gifted developer (whatever that means) J2EE and they'll have a better chance of producing a good scalable application. That's not been true in my experience.