http://qs321.pair.com?node_id=773338


in reply to Re^2: Getting Involved with Perl 6 - 2009
in thread Getting Involved with Perl 6 - 2009

Maybe the dispatch code will have an option to use the build-in multi method dispatch, which is rather powerful and serves a similar purpose.

Interesting idea.

My guess would've been using a dispatch grammar. Perl6 rules can be composed, ordered, re-used in different contexts, they keep track of your match in a structured way... great for unpacking the url. That doesn't really say much about the syntax though.

  • Comment on Re^3: Getting Involved with Perl 6 - 2009