About 54 results Reasons for Using Perl 6 - PerlMonkswww.perlmonks.org/?node_id=1206051 See https://modules.perl6.org/. And you can use most P5 modules in Perl 6, as well as Python, C and Java libraries (much more easily than it would be in P5). ... and is orders of magnitude slower than using Perl for the things it can do... You should update your information, that may have been true 3 or 4 years ago, but that's ... Perl 6 Fundamentals - PerlMonkswww.perlmonks.org/?node_id=1189877 "Gain the skills to begin developing Perl 6 applications from the ground up ..." But from the perl6.org website today, May 9: "Please read the advance notice blog post on potential breaking changes coming mid-April". And from a Reddit post one week ago by a Perl Foundation-funded "Perl6" developer describing the ... [Perl6] just got seriously faster - PerlMonkswww.perlmonks.org/?node_id=1196795 The fastest perl5 parser has no options whatsoever. No options means less if statements and more efficient loops. The perl6 parser has all the options Text:: CSV_XS supports, and thus includes all the code paths, if statements and other constructs to support those features. If perl6 will be able to optimize next and last to end ... perl6 Array of hashes AoH - PerlMonkswww.perlmonks.org/?node_id=1211264 Perl5 has array of hashes ( AoH ) this can be done in perl6 also : D:\perl6.scripts\myown>perl6 -v This is Rakudo Star version 2018.01 built on MoarVM version 2018.01 implementing Perl 6.c. [download]. I am on windows10. use v6; # create 3 hashes, showing mixed inits that can be used in perl6 : my %hsh0 = ( "Name" ... Meditations - PerlMonkswww.perlmonks.org/?node=Meditations For example, if you want to share or discuss opinions on hacker culture, the job market, or Perl 6 development, this is the place. (Note ..... toString()" hiαω › perl6 - e "run 'αω.bat'" hiαω › php -r "system('αω.bat');" hiαω › python -c "import subprocess; subprocess.call('αω.bat')" hiαω › ruby -e "system 'αω.bat'" hiαω › perl -Mutf8 -e ... Perl Developer Survey 2018 - PerlMonkswww.perlmonks.org/?node_id=1212352 by Tux (Abbot) on Apr 05, 2018 at 17:53 UTC. Done, but the questionaire kinda sucks. There is a maximum number of perl5 versions to choose from, and 5.26 isn't even one of them. "Do you use perl6 (or plan to)" is the *only* question about perl6. I wonder what can be filtered out of the answers. Enjoy, Have FUN! H. Merijn. Learning Algorithms using Perl. - PerlMonkswww.perlmonks.org/?node_id=1189810 I disagree so much with your colleague that I just wrote a book aimed at teaching programming using Perl (well, it's using Perl 6, not the more common Perl 5 version, but that's very secondary in this discussion). BTW, it went to the printer last Friday and will be out very soon now (See New Perl 6 book coming out with ... Cool Uses for Perl - PerlMonkswww.perlmonks.org/index.pl?node=Cool%20uses%20for%20Perl Perl5 has array of hashes ( AoH ) this can be done in perl6 also : D:\perl6.scripts\myown>perl6 -v This is Rakudo Star version 2018.01 built on MoarVM version 2018.01 implementing Perl 6.c. [download]. I am on windows10. use v6; # create 3 hashes, showing mixed inits that can be used in perl6 : my %hsh0 = ( "Name" ... Perl Developer Survey 2017 results are available - PerlMonkswww.perlmonks.org/?node_id=1189020 Q2: We wanted to see how many developers are interested in this new language from the Perl family, to gauge how will Perl 6 transition to a more mainstream position and how much awareness and interest there is for it. 46.1%, the majority, have tried out Perl 6... Q17: This question also had a majority in the other section, ... Comment on - PerlMonkswww.perlmonks.org/?parent=1213093;node_id=3333 Different languages emerge for different reasons – as massively-funded government projects (COBOL); as a way to perform computation (FORTRAN, LISP); as a better(?) mousetrap (Perl-6, Ruby); out of perceived need (Perl, PHP); as an expression of corporate obfuscation (Java); as a curse to graduate students (Haskell); ... |