Re: Parrot and Perl 6 Summary

2009-12-09 Thread Lithos
Please find: http://lith-ology.blogspot.com/2009/12/seven-days-between-parrot-and-camel.html Lithos

configuring padre for perl6

2009-12-09 Thread Richard Hainsworth
On Wed, Dec 9, 2009 at 5:50 PM, Richard Hainsworth wrote: Removing line 261 fixed the problem. How do I define where perl6 looks for modules? If I have a module in the same directory as the script, invoking perl6 in the directory works fine. But Padre assumes the home directory is the curren

Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth
Gabor, Now it works. Richard Gabor Szabo wrote: On Wed, Dec 9, 2009 at 2:18 PM, Richard Hainsworth wrote: Gabor, Thanx this is a good step forward. With simple files, no problem. I tried a larger file and got the following in the terminal window: ./perl-5.10.1-xl-0.02/perl/bin/padre.sh

Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Gabor Szabo
On Wed, Dec 9, 2009 at 2:18 PM, Richard Hainsworth wrote: > Gabor, > > Thanx this is a good step forward. > > With simple files, no problem. I tried a larger file and got the following > in the terminal window: > > ./perl-5.10.1-xl-0.02/perl/bin/padre.sh > Thread 1 terminated abnormally: Undefined

Re: Perl 6 IDEs

2009-12-09 Thread Guy Hulbert
On Tue, 2009-08-12 at 20:45 -0300, Víctor A. Rodríguez (Bit-Man) wrote: > > $ ./perl-5.10.1-xl-0.01/perl/bin/padre.sh > > > > notice one needs to run the shell file! > > It worked like a charm, just download, untar an run. Debian etch is on gcc 2.3 so not for me. I'll try lenny when I get some t

Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth
Gabor Szabo wrote: You can download it from here: http://perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz For me using Firefox/Ubuntu, I got an error, but http://www.perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz worked fine. Richard

Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth
Gabor, Thanx this is a good step forward. With simple files, no problem. I tried a larger file and got the following in the terminal window: ./perl-5.10.1-xl-0.02/perl/bin/padre.sh Thread 1 terminated abnormally: Undefined subroutine &Padre::Util::debug called at /home/richard/webdownloads/

[perl #71110] [BUG] Optional parameters before required shouldn't be allowed, but Rakudo doesn't catch them

2009-12-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71110 > rakudo: sub foo($a = 1, $b) { say $a }; foo(3) rakudo 7ef386: Not enough positional pa

[perl #71112] [BUG] @_ is writeable in subroutines without explicit signature in Rakudo; shouldn't be

2009-12-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71112 > rakudo: sub foo { @_[0] = "bah" }; my $a = "!"; foo($a); say $a rakudo 7ef386: !␤ i'd

Re: Perl 6 IDEs

2009-12-09 Thread Bit-Man
2009/12/7 Gabor Szabo : > 2009/12/7 Gabor Szabo : >> 2009/12/6 Víctor A. Rodríguez (Bit-Man) : >>> Hi perlsixers, >>> >>> we've been working a bit on Perl 6 lately [1] and some work, even the >>> basic coding, would be great if we use some IDE. >>> I'm a regular Eclipse user and EPIC seems the natu

Re: p6 Q: How do I metaprogram this?

2009-12-09 Thread Patrick R. Michaud
On Wed, Dec 09, 2009 at 12:16:32AM -0500, Austin Hastings wrote: > >>But I'm curious if there's some P6 feature I've forgotten about > >>(which I've forgotten most of them, excepting the rev number) > >>that would let me do this without having to go too far away from > >>the metal. > > Coming at t