I've created wiki workspaces for Perl 6 and Parrot on my home box at
http://rakudo.org/
They are:
http://rakudo.org/parrot
http://rakudo.org/perl6
They are publicly readable, but to edit pages, you must create an
account.
This is a JFDI solution. At some point, these workspaces may move
John Siracusa wrote:
On 8/23/06 4:09 PM, Aaron Sherman wrote:
here's the problem with that: llvm is a very light layer, but it's yet another
layer. To put it between parrot and hardware would mean that parrot is JITing
to LLVM byte-code, which is JITing to machine code. Not really ideal.
On 8/23/06 4:09 PM, Aaron Sherman wrote:
> here's the problem with that: llvm is a very light layer, but it's yet another
> layer. To put it between parrot and hardware would mean that parrot is JITing
> to LLVM byte-code, which is JITing to machine code. Not really ideal.
...unless LLVM does a mu
On 8/23/06, Aaron Sherman <[EMAIL PROTECTED]> wrote:
On 8/23/06, peter baylies <[EMAIL PROTECTED]> wrote:
> On 8/22/06, John Siracusa <[EMAIL PROTECTED]> wrote:
> >
> > Has anyone looked at LLVM lately?
[...]
On the other hand, Parrot built quite nicely on x86-64, although I think I
> like t
Over the past several years, one key aspect of the migration plan to
Perl 6 has been the Ponie project, a fusion of the Perl 5 runtime
with Parrot. Sponsored by Fotango, Artur Bergman and Nicholas Clark
did a heroic job cleaning up Perl's internals to make it possible to
replace some compon
On Aug 23, 2006, at 4:10 PM, Joshua Hoblitt wrote:
On Wed, Aug 23, 2006 at 02:24:45PM -0400, Will Coleda wrote:
To sum up: for now, I'm working on being able to support:
$(addprefix runtime/builtin,$(notdir $(wildcard languages/tcl/
runtime/builtin/*.pir)))
Which looks like gmake, but will
On Wed, Aug 23, 2006 at 02:24:45PM -0400, Will Coleda wrote:
>
> To sum up: for now, I'm working on being able to support:
>
> $(addprefix runtime/builtin,$(notdir $(wildcard languages/tcl/
> runtime/builtin/*.pir)))
>
> Which looks like gmake, but will be expanded at config time: once we
>
On 8/23/06, peter baylies <[EMAIL PROTECTED]> wrote:
On 8/22/06, John Siracusa <[EMAIL PROTECTED]> wrote:
>
> Has anyone looked at LLVM lately?
[...]
On the other hand, Parrot built quite nicely on x86-64, although I think I
like the 32-bit build (which also built just fine, albeit without
On 8/22/06, John Siracusa <[EMAIL PROTECTED]> wrote:
Has anyone looked at LLVM lately?
Yes, actually, I was looking at it just the other day. I couldn't get it to
build on x86-64, but I talked to some of the developers over in their IRC
channel, and they told me that this would be forthcoming
On Aug 23, 2006, at 1:46 PM, Leopold Toetsch via RT wrote:
Am Mittwoch, 23. August 2006 16:38 schrieb Will Coleda:
I'd like to add a few features to the genfile() code when generating
makefiles...
A general note: instead of inventing more and more custom make
extensions,
which all needs p
Am Mittwoch, 23. August 2006 16:38 schrieb Will Coleda:
> I'd like to add a few features to the genfile() code when generating
> makefiles...
A general note: instead of inventing more and more custom make extensions,
which all needs post-processing, I'm proposing to use a few needed gmake
exten
This was not intended to be a bug report. I blame my mailer. =-)
Feedback still welcome, might as well leave it as a ticket now.
# New Ticket Created by Will Coleda
# Please include the string: [perl #40225]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40225 >
I'd like to add a few features to the genfile() code when generating
makefiles...
1)
13 matches
Mail list logo