in reply to Re^2: Using perl 6 roles in perl 5
in thread Using perl 6 roles in perl 5
By improving on the current systems, not by rewriting them. Take a look at the code for Perl6::Roles. For the most part, it's just syntactic sugar. Class::Trait is more involved, but it's still just sugar, at its heart.
If there's a feature you want or a performance benchmark you feel you need to hit, write a failing test and give it to the author. That way, everyone benefits from what you're trying to do.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using perl 6 roles in perl 5
by clinton (Priest) on Jan 18, 2006 at 18:44 UTC | |
by dragonchild (Archbishop) on Jan 18, 2006 at 19:06 UTC |