Slashdot Mirror


The Perl Foundation Grants Are Running Out

dogma01 writes "It looks like the grants to fund: Larry, Damian, and Dan have pretty much run out. :(" Keeping guys like these working on Perl is definitely a good thing(tm) if you are looking to support the Open Source Community somehow. You can donate here if you are feeling generous.

10 of 235 comments (clear)

  1. Not just perl... by AVee · · Score: 5, Funny

    Perl is definitely a good thing(tm), your favorite website depends on it!

  2. Re:What's left to do? by ranulf · · Score: 5, Interesting
    "The time to leave is now; there is no work left to do"

    I take it you've not had a look at the Perl 6 spec. There's a lot of radical new development underfoot. Whether perl needs more features now, given that it is fairly mature is another matter. It seems to do almost everything that people want it to do.

    Although, " version 2.0, and I can honestly say that the features added since that time have not made my life any easier. "

    How about adding OO? How about special variables gaining names? etc... It's clear that every time perl has been upgraded, it has been of benefit to quite a large chunk of users.

  3. Re:What's left to do? by Reality+Master+101 · · Score: 5, Insightful

    I have been a Perl guru since version 2.0, and I can honestly say that the features added since that time have not made my life any easier.

    You never use references?? If you have no necessity for hash references or list references for complex data structures, then your Perl needs must be pretty low.

    --
    Sometimes it's best to just let stupid people be stupid.
  4. Help, Google! by Anonymous Coward · · Score: 5, Interesting

    Without extensively using open source software (specifically including Perl), Google would currently owe M$ a little over $200M in software licensing fees. I hope they can step forward and contribute to the effort like AOL/Netscape does for Mozilla!

  5. Ryan Air: The Low Fairs Airline by Beautyon · · Score: 5, Interesting

    Runs its industrial strength ticketing system on Perl.

    How hard can it be to call the people who maintain it and ask them for the Perl Foundation to email Ryan Air and the other huge companies that rely on Perl for a relatively small donation?

    Have they made these contacts already?

    --
    ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
  6. Re:Fund the little but interesting projects by shoppa · · Score: 5, Insightful
    Perl was not designed to do what it's now being used for.

    A tool that is "top-down" spec'ed, analyzed, and designed will be good for exactly what it was defined for. Perl has grown in ways that such a designed language never could.

    To me, the true mark of success for a tool is that it gets used for all sorts of things for which it was not designed. In this way, Perl is the biggest success story of all time.

    The result is an awfully designed language made of layers and layers of incoherent stuff.

    It has been cleaned up, slowly. It has wonderful OO techniques available (although they probably do not appeal to anyone who believes that C++ is "object oriented"). The worst punctuation-based built-ins now have symbolic names. But yes, it is kinda messy, in a way very similar to English.

    Well-designed human languages (e.g. Esperanto) don't fare too well in comparison to the ugly mess ones, either :-)

  7. What Do We Get If We Donate? by Carnage4Life · · Score: 5, Funny
    I'd like to contribute to the Perl Foundation but would first like to see if they have oportunity for sponsorship opportunities a la sports stadiums in the US.

    Basically I'd like to find out what level of contribution it would take to
    • Have my name introduced as an operator in the language.
    • Make whitespace significant to syntax
    • Rename it from Perl to "Carnage4Life: Scripting Edition"
    • Add C++ templates to the language.
    • Include the fuck() and unfuck() function calls that do exactly that.
    I await the answers to these questions with bated breath.
    1. Re:What Do We Get If We Donate? by twoshortplanks · · Score: 5, Interesting
      • Have my name introduced as an operator in the language.
        package Carnage4Life;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(Carnage4Life);
        sub Carnage4Life { print "It's all been done" }
      • Make whitespace significant to syntax

        See this module

      • Rename it from Perl to "Carnage4Life: Scripting Edition
        ln -s "/usr/bin/Carnage4Life: Scripting Edition" "/usr/bin/perl"
      • Add C++ templates to the language.

        Perl uses run time polymorphasim, and hence doesn't use a Templating system for code. Or maybe you could just run the C++ code inline

      • Include the fuck() and unfuck() function calls that do exactly that.

        Is something that deletes all your source code and still continues to run it close enough?

      Did you laugh? Okay, go donate!

      Seriously though, these are all silly examples. Perl's used for a lot of sensible stuff. The biggest mistake most people make is mistaking humour like this for a lack of professionalism

      --
      -- Sorry, I can't think of anything funny to say here.
  8. Re:Ask yourself... by babbage · · Score: 5, Insightful
    You're right -- 30 man-months of effort, 18 months of calendar time -- has yet to produce a completed version of Perl6. But you know what? I wasn't along for this part of the ride, but according to Damian, it took maybe two or three years for iterations 2 & 3 of Perl, and four or five years to produce versions 4 & 5. That was all with volunteer effort.

    Perl6 is arguably more complex than versions 1-5 combined, and yet it is coming along at a faster clip than any of the earlier iterations did -- largely because, yes, people have donated money so that these three very talented language designers can attack the problem more or less full time. It's foolish to expect this generation of Perl, as complex as it is, to come out in 1/4 the time that the most recent versions took. On the contrary, if it takes "only" 5 years, we can be glad that it arrived as soon as it did thanks to the full-time work these guys have been able to put in.

    Also, it's worth noting that Perl has always been one of the first "mainstream" languages to bring features from special purpose academic languages to a wider audience, and Perl6 is a strong continuation of this history. Most people are probably unaware of constructs like regular expressions [version??], closures [Perl5], co-routines, currying functions, and continuations [all Perl6], so why would you expect masses of people to be "begging" for them? And yet once these features get implemented in Perl, they've had a tendency to start being demanded in other languages too -- witness Java recently adopting Perl-esque regexes, even as the Perl6 regex design is evolving away from simple pattern matching engine and into a more sophisticated grammar recognizing parser like Parse::RecDescent, lex, or yacc/bison.

    So really, this kind of comment is nothing but trollbait, and I'm falling for it. Perl6, even half-fleshed out, is a tremendous leap forward compared to Perl5, and I for one feel lucky to have these guys focusing on it. In spite of your naked assertion at the end there, the RFC process that kicked off Perl6 development -- with well over 300 well thought out documents that took months for Larry to properly analyze -- well proves that people *were* begging for change, and slowly but surely it is happening. I hope that some magician can produce the funds to keep the Perl6 roadshow on the road, because within a couple of years I want to be able to use this wonderful new version of Perl. If the show ends now, it'll be years longer before Perl6 ever sees the light of day...

  9. Re:Ask yourself... by thoughtstream · · Score: 5, Informative

    For 18 months of Damian and half a year of Dan and Larry... what has been produced?

    I'll let Larry and Dan speak for themselves, but as for myself: in the eighteen months I was supported by the Perl community I produced the following...

    • Released 55 significant updates to 21 CPAN modules...
    • ...including 16 entirely new modules...
    • ...5 of which were subsequently considered important enough to be included in the Perl 5.8 core distribution;
    • Wrote four extended documents (Exegeses 2,3,4 and Synopsis 5) explaining the Perl 6 design;
    • Wrote a Perl Journal article on the practicalities of porting Perl 5 code to Perl 6;
    • Developed a 125 page alternative design for a future Perl (named Perl 5+i), much of which has fed back into the Perl 6 design process;
    • Wrote several articles for various Perl community channels like use.perl;
    • Added 88 discussion nodes to the Perl Monks website;
    • Posted 192 responses to messages posted on the comp.lang.perl.* newsgroups;
    • Replied to over 5000 Perl-related email messages;
    • Gave 167 hours of presentations on 56 Perl topics in 21 different cities in 9 countries on 4 continents.

    What finished products can we take back to our workplace and use?
    These, for a start...
    • Attribute::Handlers
    • Attribute::Handlers::Prospective
    • Attribute::Types
    • Class::Delegation
    • Filter::Simple
    • Getopt::Declare
    • Hook::LexWrap
    • Inline::Files
    • Lingua::EN Inflect
    • NEXT
    • Parse::RecDescent
    • Perl6::Currying
    • Perl6::Placeholders
    • Perl6::Variables
    • Regexp::Common
    • Switch
    • Text::Balanced
    • Text::Reform

    Mailing list traffic?
    Yes. That's where the community converses.

    Apocalypses/Exegeses?
    Yes. Designing Perl 6 was the main job we were asked to do.

    Acme::*?
    Sure. Play is where the community coheres.

    A lot of travel time...
    Yes. Too much. 28 weeks apart from my family. :-(
    ...and expenses?
    Surprisingly, not. Over 100,000 miles of travel and 200 nights of accommodation. All for about $50 a day and $0.20 per mile.

    Lectures given in far away cities...
    Yes, exotic remote places such as New York, London, Dallas/Fort Worth, Toronto, Chicago, Bonn, and Silicon Valley. ;-)
    ...to a few hundred perl hackers?
    Over 10,000 in total.

    Half a design for a language...
    Considerably more than half, I'd estimate. Most of the really hard bits, and quite a lot of the rest.
    ...nobody really begged for?
    Begged? No. Why should they beg?

    But hundreds of extraordinary individuals and organizations did collectively donate over $210,000 in the last 18 months to ensure that the work we were doing would continue. And donations more than doubled in the second 9 months of fund-raising.

    I had always assumed that was because the community approved of what we were doing.

    Damian