New language based on D

Nick Treleaven nick at geany.org
Wed Nov 25 16:44:19 UTC 2020


On Wednesday, 18 November 2020 at 00:58:40 UTC, dangbinghoo wrote:
> both of them uses keyword `interface`, and "Interfaces describe 
> a list of functions that a class that inherits from the 
> interface must implement". shows these may not work with 
> betterC.

Pretty sure tardy only uses an interface definition for compile 
time introspection (probably the same goes for open-methods). The 
instance of Polymorphic doesn't convert to any interface type or 
Object.


More information about the Digitalmars-d-announce mailing list