Re: new FAQs

2007-05-24 Thread Joshua Isom
On May 23, 2007, at 8:06 PM, Will Coleda wrote: On May 23, 2007, at 1:58 AM, Joshua Isom wrote: I confess to not grasping the point you claim is simple. As you understand it, what is there about a register based machine, as opposed to a stack based machine, that specifically improves the perf

RPMs

2007-05-24 Thread David Fetter
Folks, I've been wrestling with the .spec file to generate RPMs for parrot 0.4.12, and so far, the .spec file is winning, so I figured I'd do what I always do when I'm losing: fight dirty and call in help :) Is anybody else here interested in that packaging system? More generally, I've heard tha

Re: new FAQs

2007-05-24 Thread Josh Wilmes
At 19:05 on 05/23/2007 PDT, chromatic <[EMAIL PROTECTED]> wrote: > > It sounds like you are saying that languages are free to implement > > their own semantics using their own code, and that they can choose not > > to interoperate with predefined Parrot types or types from other > > languages when

Re: new FAQs

2007-05-24 Thread chromatic
On Wed, May 23, 2007 at 10:37:06PM -0400, Josh Wilmes wrote: > At 19:05 on 05/23/2007 PDT, chromatic <[EMAIL PROTECTED]> wrote: > > - better compiler tools than lex and yacc. > Is it necessary (or even fair) to tie compiler components to parrot? I really don't know how to answer this question

[perl #43044] [PATCH] more comments for debug.c

2007-05-24 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #43044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43044 > hi, attached another patch for debug.c I already sent this one, but I just realized n

Re: new FAQs

2007-05-24 Thread Josh Wilmes
At 20:07 on 05/23/2007 PDT, chromatic <[EMAIL PROTECTED]> wrote: > On Wed, May 23, 2007 at 10:37:06PM -0400, Josh Wilmes wrote: > > > At 19:05 on 05/23/2007 PDT, chromatic <[EMAIL PROTECTED]> wrote: > > > > - better compiler tools than lex and yacc. > > > Is it necessary (or even fair) to tie

Re: RPMs

2007-05-24 Thread Rafael Garcia-Suarez
David Fetter wrote in perl.perl6.internals : > Folks, > > I've been wrestling with the .spec file to generate RPMs for parrot > 0.4.12, and so far, the .spec file is winning, so I figured I'd do > what I always do when I'm losing: fight dirty and call in help :) I think that Steven Pritchard has w

Re: new FAQs

2007-05-24 Thread chromatic
On Thursday 24 May 2007 05:34:46 Josh Wilmes wrote: > At 20:07 on 05/23/2007 PDT, chromatic <[EMAIL PROTECTED]> wrote: > > On Wed, May 23, 2007 at 10:37:06PM -0400, Josh Wilmes wrote: > > > Is it necessary (or even fair) to tie compiler components to parrot? > > I really don't know how to answe

Re: new FAQs

2007-05-24 Thread Bernhard Schmalhofer
Josh Wilmes schrieb: The compiler tools target Parrot, so that it will be easier for people (including us) to write languages that run on Parrot. I understand. I'm just saying that *if* perl 6 were being written to target an existing VM, any brilliant compiler tools could be written to t

Re: Small tweak to Pmc2c.pm

2007-05-24 Thread Robert Wilkinson
On Sat, May 19, 2007 at 02:38:11PM -0400, Bob Rogers wrote: Content-Description: message body text >This reports unknown method names when generating C code for PMCs. > WDOT? Is this the right place for it? Should it die instead of warn? > > -- Bob Roger

[perl #43048] imcc constant folding div by zero bug

2007-05-24 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #43048] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43048 > ... or so I think: This works: .sub zero_check push_eh one $N0 = 0.0 $N1

Re: Small tweak to Pmc2c.pm

2007-05-24 Thread Bob Rogers
From: Robert Wilkinson <[EMAIL PROTECTED]> Date: Thu, 24 May 2007 21:41:28 +0100 > +# check for mispeled or unimplemented method names. Misspelled is misspelled? :-) > End of diffs. Bob Just my lame sense of humor flaring up again.

Re: [RFC] extension guessing, functionally better loader behavior -> working install target

2007-05-24 Thread chromatic
On Friday 18 May 2007 19:58:48 Allison Randal wrote: > What you haven't addressed (and what I consider the most important > problem to solve for library loading), is a mechanism for extending > Parrot's search path. > > If that were defined, then versioning would be a simple matter of > selecting