Jacob Carlborg:
http://michelf.ca/projects/d-objc/syntax/
Instead of:
extern (Objective-C)
Is it better to use a naming more D-idiomatic?
extern (Objective_C)
Regarding this syntax:
void insertItem(ObjcObject object, NSInteger value)
[insertItemWithObjectValue:atIndex:];
Is it possible and good to replace it with some UDA?
I'm planning to create a DIP for this and would really like
this to be folded into main line.
It seems contain some different things/syntax. I don't know how
much Walter&Co will appreciate it.
Bye,
bearophile