When talking about Perl never forget to mention CPAN. Heck this library ecosystem is still great and running..
Larry Wall Unveils Perl 6.0.0
231–240 of 336 posts
Re: Larry Wall Unveils Perl 6.0.0
#232Congrats! But shouldn't some kind of official announcement be made on perl6.org?
Re: Larry Wall Unveils Perl 6.0.0
#233Re: Larry Wall Unveils Perl 6.0.0
#234You launch Perl 6 without updating the fucking home page? So Perl. So perl.
Launchdate is still Christmas. Accordingly, the official 6.0 release is also known as 6.Christmas. Right now, we're only at 6.Birthday.
Re: Larry Wall Unveils Perl 6.0.0
#235I'm really surprised this site is the source y'all chose to upvote. Not only was the second-newest article published in 2012, they also have an assortment of other questionable content[0][1]. Advertising from rotten.com and a category named "Jonny Jihad" are also professional touches. I mean, whatever floats your boat, but HN, is this really one of your go-to trusted news sources? [0] http://www.pigdog.org/in_the_pin…
"The Night Larry Wall Unveiled Perl 6"
http://www.10zenmonkeys.com/2015/10/06/the-night-larry-wall-...
Re: Larry Wall Unveils Perl 6.0.0
#236Disclaimer: I don't know Perl and I have no opinion if this rant is deserved or not yet it's an enjoyable read.
Re: Larry Wall Unveils Perl 6.0.0
#237This rant made me laugh one day: http://www.schnada.de/grapt/eriknaggum-perlrant.html Disclaimer: I don't know Perl and I have no opinion if this rant is deserved or not yet it's an enjoyable read.
Re: Larry Wall Unveils Perl 6.0.0
#238Re: Larry Wall Unveils Perl 6.0.0
#239> One of the most impressive things Larry demonstrated was the sequence operator, and Perl 6's ability to intuit sequences. say 1, 2, 4 ... 2**32 > This correctly produced a nice tidy list of just 32 values -- rather than the 4,294,967,296 you might expect. Someone with more time than me needs to find an IQ test that is based around sequence questions like this and plug them all into Perl 6. So we can find out what P…