Re: Perl6

2005-12-27 Thread Luke Palmer
On 12/28/05, Sastry <[EMAIL PROTECTED]> wrote: > I am looking for the latest Perl6 source code. Could somebody give me > a link to the same? > Do we need to install parrot before we install perl6? You can check out the latest code at: http://svn.openfoundry.org/pugs You'll need ghc-6.4 or la

Perl6

2005-12-27 Thread Sastry
Hi I am looking for the latest Perl6 source code. Could somebody give me a link to the same? Do we need to install parrot before we install perl6? Thanks in advance Ravi Sastry

Re: Array/list transformations.

2005-12-27 Thread Larry Wall
On Tue, Dec 27, 2005 at 01:13:10PM -0500, Rob Kinyon wrote: : On 12/27/05, Larry Wall <[EMAIL PROTECTED]> wrote: : > On Tue, Dec 27, 2005 at 12:10:45AM -0500, Rob Kinyon wrote: : > : Creating an array whose positions are aliases for positions in another : > : array can be useful. How about : > : :

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-27 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, jerry gay writes: : cygwin *should* compile parrot just fine. the last report i see on : http://smoke.parrotcode.org/smoke/ for i386-cygwin-gcc is from r10487, : which is a few weeks old, though. can any other cygwin users confirm : peter's report? there have be

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-27 Thread Joshua Hoblitt
It looks like it was just a missing curly brace. Fix commited as r10699. Thanks for reporting. -J -- On Tue, Dec 27, 2005 at 01:35:52PM -0600, Greg Bacon wrote: > In message <[EMAIL PROTECTED]>, > jerry gay writes: > > : cygwin *should* compile parrot just fine. the last report i see on >

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-27 Thread Nick Glencross
On 12/27/05, Peter Schwenn <[EMAIL PROTECTED]> wrote: > Dear Nick > > thanks. by the way how does one signal Pugs that Parrot is to be used > "Externally".? Although I've played with pugs for a few hours, it was on Linux, and I didn't get around to investigating the backends (especially as the pa

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-27 Thread Peter Schwenn
Dear Nick thanks. by the way how does one signal Pugs that Parrot is to be used "Externally".? Nick Glencross wrote: On 12/26/05, jerry gay <[EMAIL PROTECTED]> wrote: cygwin *should* compile parrot just fine. the last report i see on http://smoke.parrotcode.org/smoke/ for i386-cygwin-gcc

Re: Array/list transformations.

2005-12-27 Thread Rob Kinyon
On 12/27/05, Larry Wall <[EMAIL PROTECTED]> wrote: > On Tue, Dec 27, 2005 at 12:10:45AM -0500, Rob Kinyon wrote: > : Creating an array whose positions are aliases for positions in another > : array can be useful. How about > : > : my @s := @a[0,2,4] is alias; > : > : @a[2] = 3; # @s[1] == 3

Journal moved.

2005-12-27 Thread Audrey Tang (autrijus)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is just a heads-up for people tracking my use.perl.org journal -- the Pugs journal is now moved to http://pugs.blogs.com/. I'd like to thank to Six Apart for their kind offer in sponsoring the hosting. I'm slowly catching up writing about new dev

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-27 Thread Nick Glencross
On 12/26/05, jerry gay <[EMAIL PROTECTED]> wrote: > cygwin *should* compile parrot just fine. the last report i see on > http://smoke.parrotcode.org/smoke/ for i386-cygwin-gcc is from r10487, > which is a few weeks old, though. can any other cygwin users confirm > peter's report? there have been so

[perl #37935] [TODO] build - CLI options to step passing

2005-12-27 Thread Joshua Hoblitt via RT
CLI options are now accessed from a Parrot::Configure::Data object contained by the Parrot::Configure object that is now passed to every step as the first paramter. Implimented in a 'large number' of changesets between r10566 and r10658. -J --