Tagged Questions

11
votes
9answers
1k views

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

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. They're not raving ...
1
vote
4answers
334 views

Python magical main() signature like Perl 6

Does python have any way to easily and quickly make CLI utilities without lots of argument parsing boilerplate? In perl6, the signature for the MAIN sub automagically parses command line arguments. ...