On Oct 2, 2005, at 1:40 AM, Will Coleda wrote:
I've attached the generated PIR output for the sample program,
which outputs "10"
set a 0
while {$a < 10} {
incr a
}
puts $a
Ok, technically, it's not the output of a complete PIR program, it's
the concatenated output of several chunks. O
The simple version of the compiler is now mostly done in my sandbox:
Failed Test Stat Wstat Total Fail Failed List of Failed
---
t/cmd_global.t 3 768 63 50.00% 2-4
t/cmd_proc.t 4 1024
# New Ticket Created by Will Coleda
# Please include the string: [perl #37321]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37321 >
A quick check shows this fails at str[index] on line 78.
On Oct 1, 2005, at 22:20, Martin D Kealey wrote:
So can we look towards having things like "map" and "grep" be parallel
(or
at least unordered) by default?
I don't think so. First and foremost, these functions produce ordered
results, that's the Perl semantics of it. Second, while we can fo
Leo wrote:
> > http://www.gotw.ca/publications/concurrency-ddj.htm
> > The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
> > Herb Sutter
On Tue, 20 Sep 2005, Jonathan Worthington replied:
> Yup, and it's encouraging to see Perl 6 is heading in a good direction on
> concurre
On Oct 1, 2005, at 18:11, Klaas-Jan Stol wrote:
ah I thought so. just making sure. Then another question WRT this;
will there be a register allocator? In other words, an attempt to
minimize the number of needed registers? (in my simple code generator
implementations, any time I need a new reg
Leopold Toetsch wrote:
On Oct 1, 2005, at 8:46, <[EMAIL PROTECTED]> wrote:
hi,
I read that with the new calling conventions, there are a variable
number of registers. So, if I understand correctly, if a function
call takes 2 parameters, then there are only 2, and if there are 30
paramete
On behalf of the Parrot team I'm proud to announce the release of
Parrot 0.3.0. I'd like to thank all involved people as well as our
sponsors for supporting us.
What is Parrot?
Parrot is a virtual machine aimed at running Perl6 and other dynamic
languages.
Parrot 0.3.0 changes and news
- New c
On Sep 28, 2005, at 10:50, Leopold Toetsch wrote:
3) Release will follow at the weekend
I'll start the release procedure RSN. Please no more svn checkins at
all.
leo
On Oct 1, 2005, at 8:46, <[EMAIL PROTECTED]> wrote:
hi,
I read that with the new calling conventions, there are a variable
number of registers. So, if I understand correctly, if a function call
takes 2 parameters, then there are only 2, and if there are 30
parameters, there will be a frame
Joshua Hoblitt wrote:
# New Ticket Created by Joshua Hoblitt
# Please include the string: [perl #37303]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37303 >
- Forwarded message from Nick Glencross <[EMAIL PROTECTED
11 matches
Mail list logo