Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Multiple Inheritance eq Interfaces [was: Re: Object spec]
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Wardley  
View profile  
 More options Mar 6 2003, 4:48 am
Newsgroups: perl.perl6.language
From: a...@andywardley.com (Andy Wardley)
Date: Thu, 6 Mar 2003 08:50:34 +0000
Local: Thurs, Mar 6 2003 3:50 am
Subject: Re: Multiple Inheritance eq Interfaces [was: Re: Object spec]

Sam Vilain wrote:
> No.  All I'm saying is that this sort of construct:

>    *{$_} = \&{"Class::$_"} foreach (qw(method method2 method3));

Like mixins?  Perhaps something like this:

  class My::Class;
  mixin My::Random::Number::Generator qw( rand );
  mixin My::Serialisation::Marshall qw( freeze thaw );

  # ...class def...

A


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.