tardy v0.0.1 - Runtime polymorphism without inheritance

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Jun 13 19:34:22 UTC 2020


On 6/13/20 2:39 PM, Paul Backus wrote:
> On Saturday, 13 June 2020 at 15:11:49 UTC, Atila Neves wrote:
>> https://code.dlang.org/packages/tardy
>> https://github.com/atilaneves/tardy
>>
> 
> Cool stuff!
> 
> What's the reasoning behind implementing your own vtables instead of 
> using D's built-in object system? Don't want to be stuck inheriting from 
> Object?

FWIW that could be avoided with extern(C++) classes.


More information about the Digitalmars-d-announce mailing list