|
|
|
|
|
by JacobCarlborg
1965 days ago
|
|
D has native support for calling Objective-C. No need to integrate with the Objective-C runtime directly. Everything is written using familiar D syntax. No extra overhead compared to Objective-C. The generated D code is the same as the Objective-C compiler would generate. https://dlang.org/spec/objc_interface.html |
|