Thread overview
Who on earth knows how???...
Nov 30, 2006
Sean Kelly
Nov 30, 2006
Charlie
[OT] Re: Who on earth knows how???...
Dec 01, 2006
Hasan Aljudy
Dec 01, 2006
Kirk McDonald
Dec 01, 2006
renoX
Dec 01, 2006
Kirk McDonald
November 30, 2006
Beg a pardon.
Recently, I've posted the subject to discuss about multiple inheritance
simulation in D. None answers followed. But I still need the feature to
simulate. Has anybody good news to share?
November 30, 2006
Arlen Albert Keshabyan wrote:
> Beg a pardon.
> Recently, I've posted the subject to discuss about multiple inheritance
> simulation in D. None answers followed. But I still need the feature to
> simulate. Has anybody good news to share?

I've experimented with this in the past and encountered pretty much the same problems you did.  Here is some old code of mine that applies. It's an experimental rewrite of std.stream--do a search for FStream for the best example.


Sean


November 30, 2006
Thank you, Sean.
I'll definitely took a look at your code.
:)
November 30, 2006
I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample 


Charlie

Arlen Albert Keshabyan wrote:
> Beg a pardon.
> Recently, I've posted the subject to discuss about multiple inheritance
> simulation in D. None answers followed. But I still need the feature to
> simulate. Has anybody good news to share?
December 01, 2006
== Quote from Charlie (charlies@nowhere.com)'s article
> I think you can also use templates, ala
>
http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample
> Charlie
> Arlen Albert Keshabyan wrote:
> > Beg a pardon.
> > Recently, I've posted the subject to discuss about multiple inheritance
> > simulation in D. None answers followed. But I still need the feature to
> > simulate. Has anybody good news to share?

Thank you Charlie! :)
That's what I need!
December 01, 2006
Charlie wrote:
> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample 

Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!

December 01, 2006
Hasan Aljudy wrote:
> 
> Charlie wrote:
>> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample 
> 
> 
> Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!
> 

The Internet is your friend:

http://en.wiktionary.org/wiki/a_la

a la, less commonly à la

   1. In the style or manner of.


-- 
Kirk McDonald
Pyd: Wrapping Python with D
http://pyd.dsource.org
December 01, 2006
Kirk McDonald a écrit :
> Hasan Aljudy wrote:
>>
>> Charlie wrote:
>>> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample 
>>
>>
>>
>> Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!
>>
> 
> The Internet is your friend:
> 
> http://en.wiktionary.org/wiki/a_la
> 
> a la, less commonly à la
> 
>    1. In the style or manner of.

What the wiktionary doesn't tell is that this comes originally from French language hence the accent on the a: "à la".

renoX
December 01, 2006
renoX wrote:
> Kirk McDonald a écrit :
>> Hasan Aljudy wrote:
>>>
>>> Charlie wrote:
>>>> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample 
>>>
>>>
>>>
>>>
>>> Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!
>>>
>>
>> The Internet is your friend:
>>
>> http://en.wiktionary.org/wiki/a_la
>>
>> a la, less commonly à la
>>
>>    1. In the style or manner of.
> 
> What the wiktionary doesn't tell is that this comes originally from French language hence the accent on the a: "à la".
> 
> renoX

Sure it does, right under "etymology." See also:

http://en.wiktionary.org/wiki/%C3%A0_la

-- 
Kirk McDonald
Pyd: Wrapping Python with D
http://pyd.dsource.org