Perl 6 was officially released in source form for the Rakudo compiler on Christmas Day 2015 as promised in the old "ready by Christmas" joke. But for most people the most usable form is Rakudo Star (which includes docs and some batteries in the shape of library modules) and this was released earlier in this month.
Yesterday the first Mac installer was released alongside the existing Windows MSI. UNIX users can install from the rakudo-star-2016.01.tar.gz source tarball.
Full details at http://www.perl6.org/downloads/
So now is a good time to try out this radical new reboot of perl into a different but related language if you are interested in programming languages. The classic version (perl 5) powers Soylentnews and is, of course, still widely used.
There are some nice examples at the homepage http://www.perl6.org/
(Score: 2) by c0lo on Monday February 15 2016, @10:29AM
https://www.youtube.com/watch?v=aoFiw2jMy-0
(Score: 2) by The Mighty Buzzard on Monday February 15 2016, @12:25PM
Something like, yep.
My rights don't end where your fear begins.
(Score: 0) by Anonymous Coward on Monday February 15 2016, @12:41PM
(Score: 0) by Anonymous Coward on Monday February 15 2016, @04:17PM
To be fair, you always could [metacpan.org].
(Score: 0) by Anonymous Coward on Monday February 15 2016, @04:27PM
oops, just noticed you said Perl6 and I linked to a Perl5 thing. Nevermind.
(Score: 0) by Anonymous Coward on Monday February 15 2016, @04:36PM
Now the question is: Do we raise an exception? Or do we push a "cleanup" function reference into the reclamation stack which reports an error?
There's always more than one way to do everything in Perl.
(Score: 0) by Anonymous Coward on Monday February 15 2016, @04:25PM
There's Niecza [github.com] which is a Perl 6 compiler written in C# that targets Microsoft's CLR. Sadly, it doesn't look like an active project anymore. I use PowerShell on some servers at work and it'll let you use C# code and classes in PowerShell scripts. I'd love to be able to do the same thing with Perl 6 from within PowerShell.