Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: Waiting for a Product, not a Compiler

by moritz (Cardinal)
on Nov 28, 2011 at 19:16 UTC ( [id://940446]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Waiting for a Product, not a Compiler
in thread Moose - my new religion

Thanks for your (relatively) straight answer.

Will that be fixed any time soon?

You don't seem to have noticed that, but the Rakudo Star releases are our attempt at fixing that. The "star" releases aim at providing modules, documentation and stability to the user.

Since the current development branch ("nom") has had quite a few regressions against the old master branch, we haven't made any new star release from it so far (though 4 months aren't that much, compared to the release cycles of many other projects). So people who use the star releases enjoy much more of the stability you seek. We'll take care to make the next star release as compatible with previous star releases as we reasonably can, though of course module authors and end users still have to track spec changes.

You seem to oppose the big rewrites that Rakudo has gone through, though so far I haven't seen you proposing any viable alternatives. I can see how annoying the breakage is that comes with such a rewrite, but we don't do them for fun; we do them because we see no other way to implement large-scale changes that need to be implemented in order to advance Rakudo. What would you do instead?

  • Comment on Re^5: Waiting for a Product, not a Compiler

Replies are listed 'Best First'.
Re^6: Waiting for a Product, not a Compiler
by chromatic (Archbishop) on Nov 28, 2011 at 20:03 UTC
    ... we see no other way to implement large-scale changes that need to be implemented in order to advance Rakudo.

    I find it difficult to believe that porting 6model to multiple backends is essential to make Rakudo usable for end users in 2011 or 2012. "Fun" about sums it up from my perspective.

    What would you do instead?

    What any other project would do if it wanted to convince its target audience that it can produce a relevant and usable product: ask them what they need, then make it so.

    What I want: libraries, documentation, stability, regular improvements on a fixed schedule, and protection from Morton's fork with regard to choosing between running an abandoned old version or getting performance improvements at the cost of severe regressions.

    Perhaps that means making something like Blizkost work (and keeping it working) instead of checking off tickboxes like "auto-parallelizing metaoperators" and "custom operators" and "hygenic macros".

      I find it difficult to believe that porting 6model to multiple backends is essential to make Rakudo usable for end users in 2011 or 2012.

      And none of the Rakudo core hackers spent significant amounts of time on that. Jonathan prototyped 6model in C# because he felt it was the fastest way to do it. He did spend maybe half an hour or an hour helping diakopter to port it lua.

      I don't see why you continue coming back over and over again to the little extra amount we spend on investigating cross-VM compatibility; it really makes less than 5% of our hacking time, probably much less.

      What any other project would do if it wanted to convince its target audience that it can produce a relevant and usable product: ask them what they need, then make it so.

      And that's exactly what we did. After the first Rakudo Star release, we got huge amounts of feedback, and the first thing that nearly everybody wanted was more speed. That's a big reason for 6model -- you simply cannot make Rakudo efficient on top of an object model that requires several elements that the GC needs to consider, just to construct a very simple object with one integer attribute. And you can't make it efficient if the object model doesn't support gradual type.

      That's the reason mean reason for 6model and the nom branch of Rakudo, and it does work. Every program that I've benchmarked so far is much faster on nom than on the old master branch.

      So, we listened to our users, and we did what the users asked us to do.

        So, we listened to our users, and we did what the users asked us to do.

        If you truly believe that the best solution to that is to tell all of the people who trusted you to produce a usable distribution with a working subset of Perl 6 that they should wait a year and a half for a new release which will fix some of the problems and in the meantime they should either continue to use old releases (when you bother to make them) or try to run things on an unstable branch with no concrete release schedule and plenty of regressions, but you'll still insist every time it comes up that Rakudo is actually usable for real work, and why don't they try it now, this time you mean it, then we're clearly on different planets with regard to this subject, and I suspect that I've reached the limits of my ability to communicate.

        I also suspect that a usable Perl 6—in terms of a product I can rely on to do real work—is years away, though I hope you prove me wrong.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://940446]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-24 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found