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.
Mixed Blessing (Score:1)
------------------------------
You are what you think.
Patience (Score:1)
Like Any Other Public Project... (Score:1)
If one out of every ten people who complained about it actually did something useful, it'd be a lot further along.
(Yes, I realize that I'm making a huuuuge assumption that chronic complainers are remotely capable of doing something useful, but I'm an optimist that way.)
Re:Like Any Other Public Project... (Score:2)
Even though it's not here yet... (Score:2)
And useful (and usable) parts of Perl 6 *are* available already in the form of Perl 5 modules like:
To say nothing of the way that my own on-going struggle to implement the Perl6::Rules module is u
Re:Even though it's not here yet... (Score:1)
Could you nail this down for us? Is Perl 6 180% more powerful or 400% more powerful than Perl 5?
Or are linear relationships of power difficult to quantify at this point? Could it be that the power of Perl 6 is ever increasing, exponentially proportional to the distance of its first release date?
It must be frustrating indeed to have to meet the goal of producing a language that is "far more than twice as powerful" as Perl 5,
Re:Even though it's not here yet... (Score:2)
That was never a "goal"; it's merely an observed outcome.
And, of course, it *is* nonsensical to try and nail down the exact increase in "power". But given that Perl 6 adds features like:
Re:Even though it's not here yet... (Score:1)
You're welcome.
I am, however, reminded of a quote that might be appropriate:
Re:Even though it's not here yet... (Score:2)
Actually, I don't think that's appropriate at all. I doubt that many here would seriously argue that C or sh is actually easier to program in than Perl 5 (for most tasks). And yet Perl 5 has far more features than C or sh.
How much is "in a language" is very close to irrelevant. What matters is *what* is in it. That's why DMR says "some that do". It's not the magnitude of the feature vector; it's the direction it
Re:Even though it's not here yet... (Score:2)
And, after two decades of getting that direction right, doesn't it seem unlikely that he's now going to turn around and head off in some random counterproductive direction. Hasn't he earned a little more of our trust than that?
What? You're arguing from actual real-life experience instead of from aphoristic principles? Tut tut.
(See Voltaire's Bastard's [amazon.com] for a rip-roarin' polemic against purely principlistic argumentation.)
Re:Even though it's not here yet... (Score:1)
Well, I guess it's a good thing that neither I, nor as you point out, Dennis Ritchie, makes the point that a language that has more features is necessarily harder to program in.
I was reminded of the Ritchie quote, however, because, to me, you seemed to be implying that a language that h
Re:Even though it's not here yet... (Score:2)
But that's precisely how we *are* developing Perl 6. Almost all of the new features we're folding in are either taken directly from, or refactored from syntheses of, existing modules or programming idioms. Here's a partial list of the rigorously field-tested modules whose useful functionality we are in
Re:Even though it's not here yet... (Score:1)
Thanks. I'm less skeptical now. Uh, does that mean I'm less likely to keep you honest?
Re: (Score:1)
Is it OK to be sceptical again?
Re: (Score:1)
Now that you can download the latest Parrot release, build Rakudo, and actually play with a large and ever expanding subset of the language?
Re: (Score:1)
In this thread, Damian reported to be productively programming in a useful subset of Perl 6 4.5 years ago.
Re: (Score:1)
Who cares about 4.5 years ago? Who cares about Damian? I said you can work with Rakudo right now, and the size of the subset has been expanding at breakneck pace since last spring.
But if you want to play the sceptic, go ahead. You’ll be back anyway.
Re: (Score:2)
KING'S
LEAD
HAT [livejournal.com]
was a mother to desire
It will come!
It will come!
It will surely come!
Re:Even though it's not here yet... (Score:2)
And, as if all that isn't enough, the Perl 6 development effort has siphoned many of the more...err..."exuberant" folk from the P5P list, and thereby allowed P5P to function much more effectively. ;-)
I think it was Joseph Hall who said it best..."Perl6 is the best thing that ever happened to Perl5." :)
Re:Even though it's not here yet... (Score:2)
Next time I go brain shopping, I'm getting one with a UPS.
Re:Even though it's not here yet... (Score:2)
I am not complaining. Keep up the work. You're right, it's produced some good fruit, and someday may be a nice language to use. I don't think TorgoX was complaining either (as someone else implied), but some of us do get idly curious about it from time to time.
Publishers (Score:1)
By the time Perl 6 is ready for Prime Time I'll have my landscaping done, my kitchen remodeled, and the house painted; this'll leave plenty of time to write a book or two.
Short answer... pretty damn soon (Score:1)
First target's a perl-5 compatible regex compilation module, followed by a perl 6 compatible one, followed by perl 6 in stages. I expect the non-OO stuff will come first, followed by the object system stuff.
No, I'm not sure of when exactly. The regex stuff's reasonably simple (modulo fights over string representation) with the rest a bit less simple. Perl 6 being parsed by a perl 6 grammar probably won't happen for quite a while, though.