DIP43 - D/Objective-C

2013-06-29 Thread Jacob Carlborg
I have created a DIP for making D ABI compatible with Objective-C. This idea has already been announced, what I've done now is created a proper DIP. The DIP is basically Michel Fortin's original designed document properly formatted and put next to the other DIP's. DIP link: http://wiki.dlang.o

Re: DIP43 - D/Objective-C

2013-06-29 Thread Michel Fortin
On 2013-06-29 12:58:45 +, Jacob Carlborg said: I have created a DIP for making D ABI compatible with Objective-C. This idea has already been announced, what I've done now is created a proper DIP. The DIP is basically Michel Fortin's original designed document properly formatted and put ne

Re: DIP43 - D/Objective-C

2013-06-29 Thread David Gileadi
On 6/29/13 5:58 AM, Jacob Carlborg wrote: I have created a DIP for making D ABI compatible with Objective-C. This idea has already been announced, what I've done now is created a proper DIP. The DIP is basically Michel Fortin's original designed document properly formatted and put next to the oth

Re: DIP43 - D/Objective-C

2013-06-29 Thread Michel Fortin
On 2013-06-29 15:51:11 +, David Gileadi said: It's probably an obvious observation, but why not use an annotation like: @selector("insertItemWithObjectValue:atIndex:") void insertItem(ObjcObject object, NSInteger value); instead of the DIP's proposal of: void insertItem(ObjcObject object