|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^2: Getting Involved with Perl 6 - 2009by moritz (Cardinal) |
| on Jun 15, 2009 at 20:25 UTC ( #771791=note: print w/ replies, xml ) | Need Help?? |
|
"like any other Perl 6 code". No really, it's hard to tell, because Catalyst isn't ported to Perl 6 yet. Chances are that the dispatch information which is now implemented as attributes is handled with traits in Perl 6 (I remember a small web framework in Perl 6 floating around on IRC the other day that already did that), so an action method might look like this:
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. But until somebody actually implements it, that's all just wild guesses.
In Section
Meditations
|
|
||||||||||||||||||||||