Tagged Questions

5
votes
7answers
646 views

I know Perl 5. What are the advantages of learning Perl 6, rather than moving to Python?

Coming from a Perl 5 background, what are the advantages of moving to Perl 6 or Python? Edit: If you downvoted this because you think it's just flamebait, read the answers below. …
3
votes
3answers
133 views

Does anyone know if Ruby has an addon similar to Perl 6 grammars?

Perl has been one of my go-to programming language tools for years and years. Perl 6 grammars looks like a great language feature. I'd like to know if someone has started something …
4
votes
3answers
80 views

Where Can I Find Demo/Sample Code For Perl 6?

Hi all, I've got myself a copy of Rakudo and I'd love to give it a test drive. After looking around the Internet I found some code snippets of cool Perl 6 stuff, but no complete s …
16
votes
22answers
960 views

What features of Perl 6 are you the most excited about?

Perl 6 has really shaped up in terms of which features we can expect to see implemented in the final language, when it comes. Some of them are already available through Perl 6 mod …
16
votes
7answers
930 views

Should I learn/play with Perl 6?

Perl 6 has been under development for over 8 years now, and (as ever) there seems to be no end in sight. However, it has had a reasonable implementation for some time, Pugs, and e …
1
vote
2answers
75 views

Does Perl 6 make any promises about the order alternations will be used?

Given an alternation like /(foo|foobar|foobaz)/ does Perl 6 make any promises about which of the three will be used first, and if it does where in the documentation does it make th …
3
votes
5answers
524 views

When will Perl6 development be complete? Why do they call Ruby an implemented version of Perl 6? [closed]

Perl 6 seems to be in development since the year 2000. Why is it taking soo much time? When is it going to be released? Why do they call Ruby, an implemented version of Perl 6. …