It is said that having decent interop with Objective-C might be an achievable goal in contrast to C++ interop. It might be worth exploring this in the long term.
Good reference for this work is the ex-RoboVM now-BugVM https://github.com/bugvm/bugvm/tree/master/objc/src/main/java/com/bugvm/objc
I've started working on a scalanative-cocoa bridge, that uses macros to generate the necessary code for Objective-C interop (until we get native Objective-C support).
Any update on this? I can work on it if I receive some help to get into Scala Native dev. I work with scala in a daily basis but I do not have any knowlage on Scala Native inners.
Most helpful comment
I've started working on a scalanative-cocoa bridge, that uses macros to generate the necessary code for Objective-C interop (until we get native Objective-C support).