Parrot in Firefox

2009-07-20 Thread Ovid
Hi all, Aza Raskin, the head of user experience at Mozilla labs (http://en.wikipedia.org/wiki/Aza_Raskin), was giving a talk at the BBC today and I asked him about multiple client-side language support. The short response is that this will not be implemented soon, but it sounded like they we

Re: Parrot in Firefox

2009-07-20 Thread Will Coleda
cc'ing parrot-dev. On Mon, Jul 20, 2009 at 8:53 AM, Ovid wrote: > > Hi all, > > Aza Raskin, the head of user experience at Mozilla labs > (http://en.wikipedia.org/wiki/Aza_Raskin), was giving a talk at the BBC today > and I asked him  about multiple client-side language support. > > The short re

Parrot Bug Summary

2009-07-20 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jul 20 13:00:02 2009 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: Parrot in Firefox

2009-07-20 Thread Ovid
- Original Message > From: Ovid > > Hi all, > > Aza Raskin, the head of user experience at Mozilla labs > (http://en.wikipedia.org/wiki/Aza_Raskin), was giving a talk at the BBC today > and I asked him about multiple client-side language support. I forgot to mention that there's s

[perl #67714] Null PMC Access during error reporting

2009-07-20 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #67714] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67714 > 14:14 <@moritz_> rakudo: class A { has Int where { $_ < 0 } $.x }; A.new(x =>

[perl #67700] Method calls after blocks passed to list-operator methods are parsed incorrectly

2009-07-20 Thread via RT
# New Ticket Created by Minimiscience # Please include the string: [perl #67700] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67700 > The line "say (^10).map: { $^n * 2 + 1 }.perl" yields the error "Parameter type check

Re: Parrot in Firefox

2009-07-20 Thread yary
I'd be tickled pink to see parrot in a browser, and that would certainly attract more developers writing grammars. And parrot's grammar engine makes it a great choice. There's an active project moving perl to Google's app engine. I mention it because they have strict sandbox requirements, and it s

[perl #67722] [PATCH] typo in README with git-format-patch

2009-07-20 Thread via RT
# New Ticket Created by Bob Kuo # Please include the string: [perl #67722] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67722 > The command listed as `git-format-patch` is actually invoked as `git format-patch`. Patch at

[perl #67720] [PATCH] typo in README

2009-07-20 Thread via RT
# New Ticket Created by Bob Kuo # Please include the string: [perl #67720] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67720 > I was reading through the README and noticed a minor typo. Attached is the patch. Bob 000

r27635 - docs/Perl6/Spec

2009-07-20 Thread pugs-commits
Author: lwall Date: 2009-07-21 03:03:38 +0200 (Tue, 21 Jul 2009) New Revision: 27635 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] rename 'nonchaining infix' to 'structural infix' Modified: docs/Perl6/Spec/S03-operators.pod

Re: r27635 - docs/Perl6/Spec

2009-07-20 Thread Jon Lang
On Mon, Jul 20, 2009 at 6:03 PM, wrote: > Author: lwall > Date: 2009-07-21 03:03:38 +0200 (Tue, 21 Jul 2009) > New Revision: 27635 > > Modified: >   docs/Perl6/Spec/S03-operators.pod > Log: > [S03] rename 'nonchaining infix' to 'structural infix' > > > Modified: docs/Perl6/Spec/S03-operators.pod >

Re: r27635 - docs/Perl6/Spec

2009-07-20 Thread Darren Duncan
Jon Lang wrote: On Mon, Jul 20, 2009 at 6:03 PM, wrote: Modified: docs/Perl6/Spec/S03-operators.pod === --- docs/Perl6/Spec/S03-operators.pod 2009-07-20 23:56:21 UTC (rev 27634) +++ docs/Perl6/Spec/S03-operators.pod 2009-07-21

Re: r27635 - docs/Perl6/Spec

2009-07-20 Thread Jon Lang
On Mon, Jul 20, 2009 at 7:15 PM, Darren Duncan wrote: > Jon Lang wrote: >> >> On Mon, Jul 20, 2009 at 6:03 PM, wrote: >>> >>> Modified: docs/Perl6/Spec/S03-operators.pod >>> === >>> --- docs/Perl6/Spec/S03-operators.pod   2009-07-20 2

Re: r27635 - docs/Perl6/Spec

2009-07-20 Thread Larry Wall
On Mon, Jul 20, 2009 at 07:33:23PM -0700, Jon Lang wrote: : A stronger argument against it would be to find comparison operators : that exist at other precedence levels. I don't think that there are : any. (Well, besides <=>, leg, and cmp.) I think people would find it quite odd if an operator n