Live data from Hacker News

Programming is hard, let's go scripting..

perl.com

1–10 of 96 posts

Re: Programming is hard, let's go scripting..

#7
post #3

tl;dr; So basically Perl 6 will force strict and warnings by default.

An actual tl;dr for this article would be almost as long as the article itself. There's lots of good stuff in there. However, if the length of the article intimidates you, I suggest starting at the sentence before the heading "early binding; late binding". Everything before that is historical perspective -- interesting but not as useful as the rest of the article.

Re: Programming is hard, let's go scripting..

#8
post #5

I'm a python programmer and this article really makes me interested in Perl. The only problem is that Perl 6 haven't shipped yet in more then 4 years since this article was written, have it?

I asked the same question few years ago and the answer back then was "there will never be official Perl 6, anything that implements Perl 6 specification is Perl 6." I don't know about other implementations, but latest Rakudo Star[1] was released just a month ago.

[1]: https://github.com/rakudo/star/downloads

Re: Programming is hard, let's go scripting..

#10
post #5

I'm a python programmer and this article really makes me interested in Perl. The only problem is that Perl 6 haven't shipped yet in more then 4 years since this article was written, have it?

I'm not sure there will be an official Perl 6 shipment. I did recently download the February Rakudo Star (which compiles Perl 6 into Parrot VM bytecode), and I've enjoyed playing around with it. Fair disclosure: I've been writing and loving Perl 5 since 1999.

The difficulty right now for anyone from a Perl 5 background who would otherwise jump into Perl 6, is that running your Perl 6 program is really, really slow. I don't know if it's the compile step or execution or something else.

Post reply on HN