On Sun, 08 Aug 2010, Alberto Simões wrote: > Hellows > > On 08/08/2010 15:37, Moritz Lenz wrote: >> Alberto Simões wrote: >>> Probably this is too soon to be requested, but is there any alpha or >>> beta version for an emacs Perl 6 mode? >> >> http://svn.pugscode.org/pugs/util/cperl-mode.el >> >> Not sure how good or bad it is... but I'd welcome any feedback, since >> it's a frequently asked question. > > Sure. First question: shouldn't we call it something else? As cperl- > mode is my current perl mode, and do not want to get rid of it ;)
This is just a hacked version of the regular cperl mode and should still provide all the Perl 5 editing functionality as well: http://renormalist.net/Renormalist/CPerlMode It is on github under the perl6-pugs branch of the cperl-mode repo: http://github.com/jrockway/cperl-mode Unfortunately it is not clear (at least to me) which branch is the "best" one to use for Perl 6. It looks like the "master" branch also is supposed to support Perl 6, but hasn't been updated for 1 year, whereas the perl6-pugs branch had commits as recently as last May. If you figure out what the differences are between "master" and "perl6-pugs" then you might want to also update the Emacs wiki at: http://www.emacswiki.org/emacs/CPerlMode Cheers, -Jan