Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: How much is Perl6 the community rewrite of Perl?

by zby (Vicar)
on Jan 05, 2009 at 16:30 UTC ( [id://734212]=note: print w/replies, xml ) Need Help??


in reply to Re: How much is Perl6 the community rewrite of Perl?
in thread How much is Perl6 the community rewrite of Perl?

Hmm - OK. Maybe a better question would be - is there something new to learn about scaling Open Source projects from the Perl6 development effort? I understand that you say - that not much - it is just like any other Open Source project.
  • Comment on Re^2: How much is Perl6 the community rewrite of Perl?

Replies are listed 'Best First'.
Re^3: How much is Perl6 the community rewrite of Perl?
by mr_mischief (Monsignor) on Jan 05, 2009 at 16:47 UTC
    Perhaps the most important lesson is the one that's mentioned several times in the thread already. Some tasks scale better to larger groups of people than others.

    As programmers, this should be somewhat intuitive. Certain tasks scale better to multiple threads or multiple processes than others. Loosely coupled problems are easier to do in parallel. Problems that are tightly coupled due to interdependency often require so much communication and coordination overhead as to be infeasible or inadvisable in broadly scaled implementations.

    Everything that is difficult about interdependency, communication, and coordination among some otherwise simple subroutines is compounded when you replace those bits with people. Coordination and communication between people is not so simple and constrained, and therefore the costs rise even faster.

    If you really want to be part of the core Perl 6 team, then all you have to do is earn your keep among them. This is much like what Eric S. Raymond calls "Meritocracy" -- everybody is given an equal chance democratically, but their contribution toward the goal is what gives them their final influence. Your share of the action is what you make of it.

    In fact, I'd say that if things were not this way, nothing would get done at all. Why hold back the progress being made by those willing and able to do the work waiting for input from people not willing and able to provide it?

      Hmm, maybe I should have used the word 'non-intuitive' instead of just 'new' in my question?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 17:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found