Scala-native: Objective-C interop

Created on 23 May 2016  路  3Comments  路  Source: scala-native/scala-native

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.

feature interop

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).

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

muxanick picture muxanick  路  6Comments

densh picture densh  路  3Comments

valencik picture valencik  路  3Comments

rwhaling picture rwhaling  路  5Comments

Andrei-Pozolotin picture Andrei-Pozolotin  路  6Comments