in reply to Colorapt for Ubuntu/Debian

Perl5 and Perl6 are two different languages, even if they are closely related. IMO, learning both would not be a loss.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Colorapt for Ubuntu/Debian
by stevieb (Canon) on Jul 30, 2015 at 20:20 UTC

    I agree with this. I toyed around with Perl6 a couple of years ago, and really liked it. Prior to that, I had never imagined being able to call a method on a literal before :)

    Since then, part of my job consists of writing Python. Perl6 is a lot like Python, in that everything is an object, and has methods.

    -stevieb