Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
11–20 of 163 posts
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#12I 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?
#13I 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.
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#14follow-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?
#15While 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?
#16Earlier quoted context omitted.
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…
IIRC there's a module for parsing and running Perl 5 in 6. Am I wrong or is it not practically useful?
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#17I've been using it locally to write a few small scripts, nothing publicly available (yet). Traits and roles are really neat - they feel like a natural conclusion to what Ruby started building upon with respect to metaprogramming natural syntax and encouraging developer happiness over strictness. On the whole, however, many small parts of Perl 6 feel immature. There's no core JSON/YAML module, and there's no "official…
Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#18Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#19Re: Ask HN: Perl 6: Do you use it, how do you like it, what do you do with it?
#20I've been using it locally to write a few small scripts, nothing publicly available (yet). Traits and roles are really neat - they feel like a natural conclusion to what Ruby started building upon with respect to metaprogramming natural syntax and encouraging developer happiness over strictness. On the whole, however, many small parts of Perl 6 feel immature. There's no core JSON/YAML module, and there's no "official…