Re: The Pie-thon benchmark

2004-06-21 Thread Gregor N. Purdy
So, where and when is the pie-throwing going to happen, precisely? IIRC, its at OSCON, but last time i googled for it, I didn't see mention of which OSCON session or BOF it would be at Regards, -- Gregor Dan Sugalski wrote: Since this is getting worked on now, I figured I'd post the benchmark U

Re: [perl #30395] [PATCH] win32 stat.h

2004-06-21 Thread Dennis Rieks
Oops, little copy&paste mistake, just ignore the first #ifndef S_IFMT block ;-) Dennis -- Dennis Rieks [EMAIL PROTECTED]

[perl #30397] [PATCH] Document more spots that require perl 5.6

2004-06-21 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #30397] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30397 > There are a variety of places in the languages/ directory that require at least per

Re: [perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-21 Thread Andy Dougherty
On Sat, 19 Jun 2004, Leopold Toetsch wrote: > Ok. #30094 is applied. Could you please rediff #30320, I get rejects. Hmm. It looks like an issue of trailing spaces on some lines. I just tested this one, and it applied cleanly: diff -r -u parrot-current/config/gen/makefiles/m4.in parrot-andy/co

The Pie-thon benchmark

2004-06-21 Thread Dan Sugalski
Since this is getting worked on now, I figured I'd post the benchmark URL for anyone who might be interested: ftp://python.org/pub/python/parrotbench/parrotbench.tgz It's pretty evil, and there's a chunk of "let's exercise python's builtins just because" code in there. Worth taking a look at, as

Re: unicodian monospace fonts for windows(?)

2004-06-21 Thread Jonadab the Unsightly One
but now i have this issue: I'm coding on Windows, there's already two unicode compliant monospace fonts: Lucida Console and Courier New. And I do not like both of them, (f.e. in Courier "{" and "(" looks almost the same, and lucida has too crude letters). Until now I used to use Fixedsys

Re: Big nums

2004-06-21 Thread Dan Sugalski
On Mon, 21 Jun 2004, Alin Iacob wrote: > Leopold Toetsch a trimis aceste cuvinte prin eter: > > Alin Iacob <[EMAIL PROTECTED]> wrote: > > > >>I'll take a whack at it after I'm done with my exams if > >>noone beats me to it. > > > > > > Good. I should probably have mentioned that bignums should be

Re: Another small task for the interested

2004-06-21 Thread Dan Sugalski
On Mon, 21 Jun 2004, Leopold Toetsch wrote: > Ion Alexandru Morega <[EMAIL PROTECTED]> wrote: > > > Hello, i'm new to this list and to parrot programming, so i decided to > > start with something simple. I implemented a String PMC that is pretty > > much complete, it compiles, but i haven't tested

[perl #30395] [PATCH] win32 stat.h

2004-06-21 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30395] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30395 > Hi, add this lines to config/gen/platform/generic/stat.h I think that no win32/stat

Re: Big nums

2004-06-21 Thread Alin Iacob
Leopold Toetsch a trimis aceste cuvinte prin eter: Alin Iacob <[EMAIL PROTECTED]> wrote: I'll take a whack at it after I'm done with my exams if noone beats me to it. Good. I should probably have mentioned that bignums should be usable tomorrow :) OSCON with pie throwing contest is coming ... leo

Re: unicodian monospace fonts for windows(?)

2004-06-21 Thread Alexey Trofimenko
On Sun, 20 Jun 2004 18:37:03 -0700 (PDT), Goplat <[EMAIL PROTECTED]> wrote: --- 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

Re: Another small task for the interested

2004-06-21 Thread Leopold Toetsch
Ion Alexandru Morega <[EMAIL PROTECTED]> wrote: > Hello, i'm new to this list and to parrot programming, so i decided to > start with something simple. I implemented a String PMC that is pretty > much complete, it compiles, but i haven't tested it yet. It would be > great if someone had a look at

Re: Big nums

2004-06-21 Thread Leopold Toetsch
Alin Iacob <[EMAIL PROTECTED]> wrote: > Leopold Toetsch a trimis aceste cuvinte prin eter: > > > > Anyone working on that? Who volunteers? > > > > leo > I'll take a whack at it after I'm done with my exams if > noone beats me to it. Good. I should probably have mentioned that bignums should be us