Re: Perl 6 IDEs

2009-12-09 Thread Bit-Man
2009/12/7 Gabor Szabo szab...@gmail.com:
 2009/12/7 Gabor Szabo szab...@gmail.com:
 2009/12/6 Víctor A. Rodríguez (Bit-Man) vic...@bit-man.com.ar:
 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 natural choice for me,
 but it doesn't support Perl 6 (yet). Also tied to install Padre on top
 of Ubuntu but just went to nowhere :-P

 What went wrong?
 How could I help you get you going?


 Well, it seems I finally manged to build a very experimental package for 
 Linux.
 It even worked on one system I tried on which was not the one I built it on. 
 :-)

 If any of you is interested - though it does not contain the perl 6 plugin 
 yet -
 you can download the first experimental version of a Perl 5 package
 containing Padre.
 http://perlide.org/download/binary/perl-5.10.1-xl-0.01.tar.gz

 after downloading

 $ tar xzf perl-5.10.1-xl-0.01.tar.gz

 and

 $ ./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.

 please check it out and let me know what distribution and what version
 have you tried and

Ubuntu 9.04
Linux tabletux 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24
UTC 2009 i686 GNU/Linux

 if it worked or not. Based on this, tomorrow I'll attempt to build a
 version that includes the
 Perl 6 plugin as well. Or go back to the drawing board to find another
 way to build it.

 Gabor





-- 
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Programming: love it or leave it.
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/)


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
tuits.  However, I'm a hard-core emacs user ...

 
  please check it out and let me know what distribution and what
 version
  have you tried and

-- 
--gh




Perl 6 IDEs

2009-12-07 Thread 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 natural choice for me,
but it doesn't support Perl 6 (yet). Also tied to install Padre on top
of Ubuntu but just went to nowhere :-P

Did anyone tried any other Perl 6 aware IDE ??

Thanks !

[1] : http://sites.google.com/site/perl6hackaton/
-- 
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Programming: love it or leave it.
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/)


Re: Perl 6 IDEs

2009-12-07 Thread Gabor Szabo
2009/12/6 Víctor A. Rodríguez (Bit-Man) vic...@bit-man.com.ar:
 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 natural choice for me,
 but it doesn't support Perl 6 (yet). Also tied to install Padre on top
 of Ubuntu but just went to nowhere :-P

What went wrong?
How could I help you get you going?

Gabor


Re: Perl 6 IDEs

2009-12-07 Thread Steffen Schwigon
Víctor A. Rodríguez (Bit-Man) vic...@bit-man.com.ar writes:
 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 natural choice for me,
 but it doesn't support Perl 6 (yet). Also tied to install Padre on top
 of Ubuntu but just went to nowhere :-P

 Did anyone tried any other Perl 6 aware IDE ??

There is a Perl6 aware cperl-mode.el for Emacs which works quite ok.
Don't start a war on whether it's an IDE. I just wanted to mention it.
Find it in the Pugs repository.

Kind regards,
Steffen 
-- 
Steffen Schwigon s...@renormalist.net


Re: Perl 6 IDEs

2009-12-07 Thread John Harrison
http://github.com/petdance/vim-perl has vim syntax highlighting for perl 6.

2009/12/7 Steffen Schwigon s...@renormalist.net

 Víctor A. Rodríguez (Bit-Man) vic...@bit-man.com.ar writes:
  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 natural choice for me,
  but it doesn't support Perl 6 (yet). Also tied to install Padre on top
  of Ubuntu but just went to nowhere :-P
 
  Did anyone tried any other Perl 6 aware IDE ??

 There is a Perl6 aware cperl-mode.el for Emacs which works quite ok.
 Don't start a war on whether it's an IDE. I just wanted to mention it.
 Find it in the Pugs repository.

 Kind regards,
 Steffen
 --
 Steffen Schwigon s...@renormalist.net




-- 
John ash Harrison


Re: Perl 6 IDEs

2009-12-07 Thread Moritz Lenz
Hi,

On Sun, Dec 06, 2009 at 01:47:37PM -0300, Víctor A. Rodríguez (Bit-Man) wrote:
 but it doesn't support Perl 6 (yet). Also tied to install Padre on top
 of Ubuntu but just went to nowhere :-P

I'm sure the Padre developers will appreciate your feedback, and can help you
with the setup.

 Did anyone tried any other Perl 6 aware IDE ??

I'm a vim fanboy, and there's a pretty decent syntax hilighting module for
Perl 6 here:
http://github.com/petdance/vim-perl

Not a full IDE, but enough for me.

Cheers,
Moritz


Re: Perl 6 IDEs

2009-12-07 Thread Gabor Szabo
2009/12/7 Gabor Szabo szab...@gmail.com:
 2009/12/6 Víctor A. Rodríguez (Bit-Man) vic...@bit-man.com.ar:
 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 natural choice for me,
 but it doesn't support Perl 6 (yet). Also tied to install Padre on top
 of Ubuntu but just went to nowhere :-P

 What went wrong?
 How could I help you get you going?


Well, it seems I finally manged to build a very experimental package for Linux.
It even worked on one system I tried on which was not the one I built it on. :-)

If any of you is interested - though it does not contain the perl 6 plugin yet -
you can download the first experimental version of a Perl 5 package
containing Padre.
http://perlide.org/download/binary/perl-5.10.1-xl-0.01.tar.gz

after downloading

$ tar xzf perl-5.10.1-xl-0.01.tar.gz

and

$ ./perl-5.10.1-xl-0.01/perl/bin/padre.sh

notice one needs to run the shell file!

please check it out and let me know what distribution and what version
have you tried and
if it worked or not. Based on this, tomorrow I'll attempt to build a
version that includes the
Perl 6 plugin as well. Or go back to the drawing board to find another
way to build it.

Gabor