Re: Web Module (Was: Perl6 new features)

2007-06-25 Thread Hakim Cassimally
On 23/06/07, chromatic <[EMAIL PROTECTED]> wrote: On Friday 22 June 2007 11:07:35 Chas Owens wrote: > Please, god, no. Or at least make two distributions: Bare Perl 6 and > Perl 6. Many companies have a "Only Core Perl" policy. They refuse > to install CPAN modules because "We don't trust them".

Re: Generalizing ?? !!

2007-06-11 Thread Hakim Cassimally
On 11/06/07, Audrey Tang <[EMAIL PROTECTED]> wrote: 在 Jun 11, 2007 5:10 AM 時,Jonathan Lang 寫到: > A variation of chaining associativity gets > used, with the "chaining rule" being '$v1 op1 $v2 // $v1 op2 $v3' > instead of '$v1 op1 $v2 && $v2 op2 $v3', as is the case for comparison > chaining. Bu

Re: Porting parrot on PDA

2007-02-08 Thread Hakim Cassimally
Sounds interesting. I'm keen to port to maemo (Nokia N800) - I'm guessing this will be easier as it's based on debian linux and uses scratchbox for cross compilation, but I believe it doesn't built out of the box. I'd like to join the porting effort if there's enough crossover to be able to help

Re: Lessons from the test function parameter placement quibbles?

2006-07-18 Thread Hakim Cassimally
On 19/07/06, Michael G Schwern <[EMAIL PROTECTED]> wrote: On 7/17/06, demerphq <[EMAIL PROTECTED]> wrote: > IMO the best way to do that is to make test names mandatory. The file and line number provided by the failing test isn't enough to find it? Not always, but even so, mandatory test names i