Re: unicodian monospace fonts for windows(?)

2004-06-20 Thread Goplat
--- Alexey Trofimenko <[EMAIL PROTECTED]> wrote: > oh my.. it seems to me, that Perl6 starts new age of ASCII-graphics. (not > ASCII, really.. maybe Uni-graphics?).. > > but now i have this issue: I'm coding on Windows, there's already two > unicode compliant monospace fonts: Lucida Console a

Re: Dereferencing Syntax (Was: Outer product considered useful)

2004-03-23 Thread Goplat
--- Smylers <[EMAIL PROTECTED]> wrote: > Luke Palmer writes: > > > for @(@ranges[1]) -> $i { > > Oooh, where did that dereferencing syntax come from, using parens rather > than braces? @(...) is the "list context" operator in S3. I hope array references won't explode in list context, that wo

Re: z ip

2004-03-21 Thread Goplat
--- Juerd <[EMAIL PROTECTED]> wrote: > Kara Perlistoj, > > the zip operator is a useful one. I like it a lot. But I've been writing > zip() all the time, even though I think an infix operator is nicer. (Not > for for though, because you also have commas in the pointy sub's > parameter list.) > >