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.