I'll start with one subject. It's a rough paraphrase of some questions people asked me at YAPC::NA:
What is Pugs?
Pugs is a prototype compiler for Perl 6. It's currently written in Haskell, but is being ported to Perl 6. It's not intended to be a complete compiler from Perl 6 source to executable code, it's a compiler targeting a virtual machine: Parrot, CLR, Mono, JVM, etc. In fact, there's a good chance it'll target all of those.
What do you think about Pugs?
I think Pugs is incredibly cool. I remember when I first heard about it: Leo and Nick and I were at the German Perl Workshop. Leo pulled out his laptop and showed us some Perl 6 code running. I was so excited I immediately downloaded it and compiled GHC to play with it, and then used it for a demo in a talk the next week.
Will Pugs be the production implementation of Perl 6?
Autrijus has asked us not to treat Pugs as a production system. It may sound strange at first, but I think he's absolutely right. It gives the Pugs team a lot of flexibility to experiment without worrying about the results. It's called "R & D" in the corporate world, and is probably the biggest source of technological innovations in all large companies.
But will Pugs code ship in the production release of Perl 6.0? I don't know yet. It partly depends on the speed, robustness, and maintainability of the final code (which is not something the Pugs folks need to be thinking about right now). Whatever the relationship in terms of lines of code, the work being done in Pugs will certainly have a significant impact on the final form of the Perl 6 compiler. What I think is most likely is that the final compiler will be a synthesis of ideas between Pugs and the Parrot compiler tools. To be postmodern about it: the production implementation of Perl 6 both is and is not Pugs.
Pugs isn't a TPF project?
I'm not exactly sure what that means. There isn't much of a difference between "TPF projects" and "non-TPF projects". They're all groups of volunteers working on stuff for Perl. Pugs uses Perl.org (i.e. TPF) mailing lists and IRC servers. I suppose when you boil it down to brass tacks, all it really means is that the code isn't being contributed to TPF; it's copyright Autrijus Tang. That's okay. It means we'd have to do a little legal legwork to incorporate Pugs code into Perl 6, but it's not a big deal.
Would TPF consider funding Autrijus for Pugs?
Absolutely. IIRC, he has said he doesn't want to be funded. But, if not Autrijus, we would happily fund any of the other Pugs developers.
Communication++ (Score:2)
A small nitpick, lest people stumble into an empty channel -- Pugs's IRC server is irc.freenode.net #perl6, not irc.perl.org. The social atmosphere of freenode is of communication between various language/project communities, which is methinks essential to Perl 6 in general and Pugs in particular.
As for funding, I've said in PA01 that it would be more helpful to donate time to
Re:Communication++ (Score:1)
Righto, thanks for the correction.
You hear that folks (especially the company who asked me about it at YAPC)? Get cracking. :)
That's the plan (as I mentioned
Re:Communication++ (Score:1)
Huh...I thought it was the IRCOPs sending 14-line global messages every half hour (followed immediately by another 1d4 to correct typos in the original) in order to beg for money or apologize for decoupling Europe while in a drunken stupor.
*rimshot*
Re:Communication++ (Score:2)
I wrote a better comment... (Score:1)
Re:I wrote a better comment... (Score:1)
Re:I wrote a better comment... (Score:1)
Thanks for doing your part of making grant results public by writing up a follow-up article [perl.com]. This is a responsibility of all grant recipients, but far to many of them just drop off the face of the planet after the grant is "finished" (it ain't finished 'til ya' tell folks it's finished), even with Ovid's wonderful skills at hounding p
What about ponie? (Score:1)
Re:What about ponie? (Score:2)
Ponie is progressing, athough progress seems to be stalls then jumps, even when the effort is applied smoothy. A development snapshot was released a couple of weeks ago, announced in Allison's state of the carrot at YAPC::NA. I sent an announcement to the ponie-dev mailing list, and it's also waiting in the use.perl story submission queue [perl.org] for a use.perl editor's tender loving care.
Details of what's new are in the README [perl.org], and you can also view the most up-to-date version of the Roadmap [perl.org] in the subversion rep