Re: Helping Perl 6: a complete dev environment

2016-05-06 Thread Dominique Dumont
On Thursday 28 April 2016 16:52:27 Jovan Trujillo wrote:
> I see Padre has hooks for running Perl 6 and even parrot code.

Unfortunately, Padre project is mostly dead.

All the best

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


Re: Helping Perl 6: a complete dev environment

2016-05-01 Thread Will Coleda
FYI, anything that claims to run parrot code is very out of date at this point.

On Thu, Apr 28, 2016 at 7:52 PM, Jovan Trujillo
 wrote:
> I see Padre has hooks for running Perl 6 and even parrot code. Don't know if 
> Git is built into it yet. Probably easier to get started than using Emacs or 
> spacemacs
>
> Sent from my iPhone
>
>> On Apr 28, 2016, at 3:26 PM, Tom Browder  wrote:
>>
>> Is there a pointer somewhere on how to set up a complete development 
>> environment for Perl 6?  I know how to clone individual pieces but I don't 
>> know how to use the various cloned directories for a complete dev 
>> environment using them.  I assume I can install each piece individually but 
>> maybe there is some magic way to use rakudobrew to do it more easily.
>>
>> I would like to be able to easily test and create pull requests for rakudo 
>> and also the Task::Star modules but haven't yet figured out how to get it 
>> all working in the most effective manner.
>>
>> Thanks.
>>
>> Best regards,
>>
>> -Tom



-- 
Will "Coke" Coleda


Re: Helping Perl 6: a complete dev environment

2016-04-29 Thread Timo Paulssen
I just have a ~/perl6 where i have a clone of MoarVM/MoarVM, perl6/nqp,
and rakudo/rakudo. You just have to provide each Configure.pl with the
same --prefiix - in my case that's ~/perl6/install - then everything
will find each other.

There's some extra paths in my $PATH:

/home/timo/perl6/install/share/perl6/site/bin
/home/timo/perl6/install/bin

If you're interested in an editor that plays well with perl6, there's
some plugins for Atom, like the "perl6-fe" module or something. These
include things like "run my code" or "check syntax" or "render the
included Pod into html and show it" and such.

Hope to help
  - Timo


Re: Helping Perl 6: a complete dev environment

2016-04-29 Thread Jovan Trujillo
I see Padre has hooks for running Perl 6 and even parrot code. Don't know if 
Git is built into it yet. Probably easier to get started than using Emacs or 
spacemacs

Sent from my iPhone

> On Apr 28, 2016, at 3:26 PM, Tom Browder  wrote:
> 
> Is there a pointer somewhere on how to set up a complete development 
> environment for Perl 6?  I know how to clone individual pieces but I don't 
> know how to use the various cloned directories for a complete dev environment 
> using them.  I assume I can install each piece individually but maybe there 
> is some magic way to use rakudobrew to do it more easily.
> 
> I would like to be able to easily test and create pull requests for rakudo 
> and also the Task::Star modules but haven't yet figured out how to get it all 
> working in the most effective manner.
> 
> Thanks.
> 
> Best regards,
> 
> -Tom


Helping Perl 6: a complete dev environment

2016-04-28 Thread Tom Browder
Is there a pointer somewhere on how to set up a complete development
environment for Perl 6?  I know how to clone individual pieces but I don't
know how to use the various cloned directories for a complete dev
environment using them.  I assume I can install each piece individually but
maybe there is some magic way to use rakudobrew to do it more easily.

I would like to be able to easily test and create pull requests for rakudo
and also the Task::Star modules but haven't yet figured out how to get it
all working in the most effective manner.

Thanks.

Best regards,

-Tom