I honestly haven't heard of anyone using Perl for anything new. Sure there is a lot of legacy Perl 5 being used and maintained, but Perl 6? For a new project? I've never even seen it on a short list.
Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
21–30 of 163 posts
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#22follow-up: for a non-Perl person, who is incredibly interested in getting started with Perl 6, are there any good resources (code examples, blog posts exploring language concepts unique to Perl 6) that anyone would recommend?
There are 9 chapters out there already, which you get you started nicely. Feedback would be very welcome!
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#23Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#24I honestly haven't heard of anyone using Perl for anything new. Sure there is a lot of legacy Perl 5 being used and maintained, but Perl 6? For a new project? I've never even seen it on a short list.
I use perl for new code all the time. It's not a trendy language, so it won't get much coverage on HN, but the language and libraries are great IMO. Also, perl 6 is effectively a completely different language from 'normal' perl (i.e. perl 5.x). The difference between the two is far far bigger than say python 2 -> 3. As a perl programmer, I see no obvious benefit from switching from perl 5 -> 6, it would be the same a…
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#25Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#26I'm the rare person who never used Perl 5 but is trying to learn Perl 6. I haven't progressed beyond very simple scripts, but it's interesting. I especially am interested in the grammars, so I'll try to find a task where I'd get to explore them. I have no plans to try and ship software written in it.
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#27follow-up: for a non-Perl person, who is incredibly interested in getting started with Perl 6, are there any good resources (code examples, blog posts exploring language concepts unique to Perl 6) that anyone would recommend?
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#28To a large degree, the ongoing utility of Perl 6 depends upon the continued vibrancy of the CPAN community. IMHO, CPAN is anything but vibrant by today's standards. While CPAN hosts a vast archive of nearly 35,000 modules[1], many are aging. Fewer than 800 modules are known to exist for Perl 6.[2] [1] http://www.modulecounts.com/ [2] https://modules.perl6.org/
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#29https://media.ccc.de/v/31c3_-_6243_-_en_-_saal_1_-_201412292...
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#30Capital letter keywords etc.
Wish it was more like Perl 5 and more performant.
But we shall see, it might change a lot the next years as it matures.