Re: Civility, please.

2003-01-19 Thread Joseph F. Ryan
Michael Lazzaro wrote: "Joseph F. Ryan" wrote: Perhaps in the grand scheme of things; however, anyone that is redesigning a system should not be ignorant of how the old system worked (even in the slightest degree), in order to know of what to keep and what to throw away. Oy. One more ti

Re: L2R/R2L syntax

2003-01-19 Thread Sean O'Rourke
On Sat, 18 Jan 2003, Michael Lazzaro wrote: > So 'if' and friends are just (native) subroutines with prototypes like: > >sub if (bool $c, Code $if_block) {...}; IIRC it's not that pretty, unfortunately, if you want to support this: if $test1 { # blah } elsunless $test2 {

[perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #20400] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20400 > It's PASM1, not PASM. However, "make test" in languages/ook/ still segfaults for me atm.

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leopold Toetsch
Leon Brocard (via RT) wrote: # New Ticket Created by Leon Brocard # Please include the string: [perl #20400] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20400 > It's PASM1, not PASM. However, "make test" in languages/o

Re: Civility, please.

2003-01-19 Thread Michael Lazzaro
"Joseph F. Ryan" wrote: > Sorry, I hope I didn't offend you. In that last remark I was in no way > fingering you; I was simply speaking broadly. Nah, you didn't -- I know what you meant. I was just getting very worried about the direction the conversation has been heading lately. Well, that and

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leon Brocard
Leopold Toetsch sent the following bits through the ether: > No PASM1 is the one-line assembler PDB_compile in debug.c. If you want > the whole thing, you have to run imcc instead of parrot and with the > PASM compiler, just as the comment states. Oops, I was confused. ook's 'make test' runs wi

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leopold Toetsch
Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: Oops, I was confused. ook's 'make test' runs with parrot, so it doesn't work. Yep, I should have changed that in the first place too ;-) ... I've attached a patch to config/gen/makefiles/ook.in to make it work

Re: L2R/R2L syntax

2003-01-19 Thread Mr. Nobody
--- Sean O'Rourke <[EMAIL PROTECTED]> wrote: > On Sat, 18 Jan 2003, Michael Lazzaro wrote: > > So 'if' and friends are just (native) subroutines with prototypes like: > > > >sub if (bool $c, Code $if_block) {...}; > > IIRC it's not that pretty, unfortunately, if you want to support this: > >

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Dan Sugalski
At 6:06 PM + 1/19/03, Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: No PASM1 is the one-line assembler PDB_compile in debug.c. If you want the whole thing, you have to run imcc instead of parrot and with the PASM compiler, just as the comment states. Oop

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Dan Sugalski
At 7:38 PM +0100 1/19/03, Leopold Toetsch wrote: IMHO in the near future, the main makefile of parrot should do something equivalent to: $ make $ cd languages/imcc $ make $ cd - $ mv parrot test_main $ cp languages/imcc/imcc parrot No--what we should do in the near future is: $ make $ make

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leopold Toetsch
Dan Sugalski wrote: At 7:38 PM +0100 1/19/03, Leopold Toetsch wrote: IMHO in the near future, the main makefile of parrot should do something equivalent to: $ cp languages/imcc/imcc parrot No--what we should do in the near future is: $ make $ make test and be done with it. imcc sho

An ignorant opinion from an amateur [was: Re: Civility, please]

2003-01-19 Thread Sam Vilain
On Sun, 19 Jan 2003 11:18, Joseph F. Ryan wrote: > Ignorant of what? Surely we shouldn't assume that we're all > ignorant of Perl? Ignorant of the untold number of ways things could be done better. Assuming the universe has an infinite number of possibilities, we have 0% of the expressive space o

Re: Parrot compilers

2003-01-19 Thread Melvin Smith
At 10:39 AM 1/18/2003 -0500, [EMAIL PROTECTED] wrote: The Jako compiler uses imcc as well... While we are plugging... and Cola too :) -Melvin

Re: L2R/R2L syntax

2003-01-19 Thread Luke Palmer
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Date: Sat, 18 Jan 2003 15:07:56 -0800 (PST) > From: "Sean O'Rourke" <[EMAIL PROTECTED]> > Cc: Damian Conway <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > X-SMTPD: qpsmtpd/0.20, http://develooper.com/code/qpsmtpd/ >