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: do

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 >

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/

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 complet

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 i