in reply to What's so unique about Perl?
What's so special/unique/good in that perl
Perl evolved to solve real world problems, not satisfy some overarching theoretical ideal.
It has bits which are messy and inconvenient, because the world is messy and inconvenient, but mostly what you need to write most everyday programs (the easy ones and the hard ones) is right there in the base language.
And when you need to do something that's actually difficult, is has the power to do that to, though you might have to look a little harder to find it.
Just the right mix of the concrete and the abstract to allow you to do what needs to be done, without jumping through the hoops of theoretical or notational purity.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What's so unique about Perl?
by greenFox (Vicar) on Jul 05, 2005 at 04:56 UTC |