D/Objective-C Preliminary Design

Walter Bright newshound2 at digitalmars.com
Wed Nov 3 10:55:35 PDT 2010


Michel Fortin wrote:
> I posted on my blog a preliminary document outlining what I intent to 
> implement in DMD to support the Objective-C object model.
> 
> <http://michelf.com/weblog/2010/dobjc-preliminary-design/>
> 
> Comments?

Thanks for doing this!


"To make Objective-C methods accessible to D programs, we need to map them to a 
D function name. This is acomplished by declaring a member function and giving 
it a selector:"

Why not just make the D member function the selector name?



More information about the Digitalmars-d mailing list