in reply to perl6 IDE for windows

Thanks for sharing this.

If you're looking for inspiration for the syntax hilighting file, perl6.vim does a pretty good job.

There's also Padre, which runs on windows and supports Perl 6 syntax hilighting (maybe needs some extra modules for that...).

Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: perl6 IDE for windows
by orange (Beadle) on Jun 04, 2010 at 08:23 UTC
    thanks moritz, i have found a way to run perl6 files located in any folder; it simply by putting the jfe folder inside Parrot-2.4.0 folder in c:\ then run jfe editor; open any file, right click on run program button and change the application path to
    C:\Parrot-2.4.0\Jfe\runprogram.Bat
    start directory to $PATH\
    Parameters to $NAME
    as in the this picture...
    i have updated the jfe.ini to reflect this.