Following up, it seems like it may be possible to use Clojure with MOSE, but it doesn’t look like a well worn path. Also, I suspect if you went down this route you may end up writing mostly Java in a funny domain specific language with lots of parentheses. All that being said, I’d be happy to be proven wrong :)
https://groups.google.com/forum/#!topic/robovm/b3jbTcpq1Xo https://software.intel.com/en-us/forums/multi-os-engine/topic/640308 https://github.com/moe-java-samples/moe-kotlin-samples On Wed, Aug 10, 2016 at 8:09 AM Daniel Compton < [email protected]> wrote: > I had a look at this a few weeks ago, and it seemed like it would only > work with Java code, not JVM bytecode? > > Internal Overview: > > Multi-OS Engine facilitates Java* support on iOS* through > > - Auto Java binding generation from ObjectiveC and C header files from > existing libraries or 3rd party packages > - Java* annotations and NatJ* runtime library > - Eliminating the need to write JNI functions > - Prebuilt jar files interfacing iOS* API are provided in the Multi-OS > Engine, so you can start coding iOS* app in Java* immediately. > > I looked around and couldn’t find any lower level details of what they > were doing, but all of the documentation seems to suggest you need to write > Java. I’d be very happy to be proven wrong though :) > > On Sat, Aug 6, 2016 at 7:47 AM Gregg Reynolds <[email protected]> wrote: > >> For those interested in mobile clojure, I just discovered this. Haven't >> tried it but it sounds good: >> >> >> https://software.intel.com/en-us/multi-os-engine?utm_source=Develop+Blog+http://www.develop-online.net/&utm_medium=Text+Link&utm_campaign=Android_EMEA_Q2-16_Developer-Blog_Blog-Page?29062016 >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > — > Daniel > -- — Daniel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
