Announcing the Perl 6 and Parrot wiki workspaces

2006-08-23 Thread Andy Lester
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

Re: LLVM and HLVM

2006-08-23 Thread Aaron Sherman
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.

Re: LLVM and HLVM

2006-08-23 Thread John Siracusa
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

Re: LLVM and HLVM

2006-08-23 Thread peter baylies
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

Ponie has been put out to pasture

2006-08-23 Thread Jesse Vincent
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

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
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

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Joshua Hoblitt
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 >

Re: LLVM and HLVM

2006-08-23 Thread Aaron Sherman
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

Re: LLVM and HLVM

2006-08-23 Thread peter baylies
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

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
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

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Leopold Toetsch
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

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
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.

[perl #40225] Making Makefiles...

2006-08-23 Thread via RT
# 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)