fail to embed parrot in pugs

2005-06-05 Thread fayland
OS is ubuntu. and gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) + GNU Make 3.80 ExtUtils::MakeMaker is the newest. and the pugs and parrot is the newest.(I svn up them.) I think I miss something, but what the hell is it? Thanks, Regards /Fayland Lam/ --- http://www.fayland.org/

[pugs]weird thing with say ++$

2005-04-21 Thread fayland
it's different between Perl5 and Perl6? thanks. /Fayland Lam/ -- http://www.fayland.org

Re: choice of signatures

2006-01-04 Thread Fayland Lam
Jonathan Lang wrote: Instead of multi sub *infix:<~>(ArabicStr $s1, ArabicStr $s2) {...} multi sub *infix:<~>(Str $s1, ArabicStr $s2) {...} multi sub *infix:<~>(ArabicStr $s1, Str $s2) {...} as S13 say multi sub infix:<+> (Us $us, Them $them) is commutative { myadd($us,$them

hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Fayland Lam
we are trying to translate them into Chinese. so I just wonder where can I get the .pod source? Thanks.

Re: hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Fayland Lam
Audrey Tang wrote: > > 在 Dec 18, 2006 5:52 AM 時,Fayland Lam 寫到: > >> we are trying to translate them into Chinese. so I just wonder where >> can I get the .pod source? > > http://svn.perl.org/perl6/doc/trunk/design/syn/ Thanks. > > Cheers, > Audrey > >