in reply to Interfaces for the masses!
I know it'd probably never get to that seeing the independent-mindedness of the perl community. But it would be nice, wouln't it?
Well - interfaces are not the only solution to that sort of problem. IMO the Java interface style are are not particularly nice hack to get around problems with multiple inheritance.
Instead of interfaces Perl seems to be heading towards better ways of doing MI with traits/roles - see Class::Trait for example.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interfaces for the masses!
by rvosa (Curate) on Mar 24, 2006 at 01:15 UTC | |
by chromatic (Archbishop) on Mar 24, 2006 at 07:37 UTC |