Is there an existing conversation somewhere on the plans for code sharing between native and JVM/Javascript as the other two can do? I'm not sure how that'll reconcile across memory management models but not all logic will care as much about what the container is doing. Any links?
is it just accessing the other code via a source path? but not a common module
o
olonho
11/29/2017, 5:30 PM
Yes, as you asked about code sharing, and it is possible. Full MP support is being worked on.
a
apatrida
11/29/2017, 5:30 PM
ok, yes, wanting to know about both. hacks now and full MP later. so i can plan 🙂
apatrida
11/29/2017, 5:31 PM
I'll go with MP for now JVM/JavaScript and expect that it'll be easy to bolt on native in some time, and if that doesn't happen before I give up, I'll do the source sharing method.